public static bool UpdateRB(RoomBooking rb, string reason) { return(BookingBUS.UpdateRB(rb, reason)); }