public static bool CreateRB(RoomBooking rb)
 {
     return(BookingBUS.CreateRB(rb));
 }