public void SaveBookingPayment(List <BookingPayment> saveList)
 {
     ApartmentMethods.SaveBookingPayment(saveList);
 }