public static bool UpdateBooking(Booking b)
 {
     return(BookingBUS.UpdateBooking(b));
 }