public void SaveBooking(List <Booking> saveList)
 {
     ApartmentMethods.SaveBooking(saveList);
 }