public static IEnumerable <RoomBooking> GetRB(int id)
 {
     return(BookingBUS.GetRB(id));
 }