public static bool ReadBookingNew(int id)
 {
     return(BookingBUS.ReadBookingNew(id));
 }