public SeatBox(Seat seat) { _seat = seat; }
public virtual int GetHashCode(Seat obj) { return(obj.GetHashCode()); }