private void InsertNewItems(TableBase toUpdate, List <Seat> viewSeats) { toUpdate.AddSeats(viewSeats); }