public string GetLfListWithoutSelf(long roomRegId)
        {
            var list = RoomRegBll.GetLfList(roomRegId, UserContext.CurrentUser.HotelId);

            return(JsonConvert.SerializeObject(list));
        }