class Seatsio::Category
def == (other)
def == (other) key == other.key && label == other.label && color == other.color && accessible == other.accessible end
def == (other) key == other.key && label == other.label && color == other.color && accessible == other.accessible end