public void UpdateBooking(Booking booking)
 {
     _bookingDALProvider.Update(booking);
 }