public string GetList() { var pager = GroupBll.GetList(UserContext.CurrentUser.HotelId); return(JsonConvert.SerializeObject(pager)); }