public JsonResult GetSortList(string sortName) { return(Json(EndpointService.GetSortList(sortName))); }