public static bool CreateHisBook(HistoryBooking hb)
 {
     return(BookingBUS.CreateHisBook(hb));
 }