public IEnumerable <USP_RoomBooking_SelectALL_Result> getRoomBookingDetails(string RoomID)
        {
            if (RoomID == null)
            {
                RoomID = "";
            }

            return(db.USP_RoomBooking_SelectALL(RoomID).AsEnumerable());
        }