public static bool UpdateCus(Customer cus, int idBooking) { return(BookingBUS.UpdateCus(cus, idBooking)); }