class Seatsio::Month

def initialize(year, month)

def initialize(year, month)
  @year = year
  @month = month
end