public static bool CheckHisBook(int idBook, string value) { return(BookingBUS.CheckHisBook(idBook, value)); }