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