class Seatsio::Zone

def initialize(key, label)

def initialize(key, label)
  @key = key
  @label = label
end