public ActionResult PagedList(PageParams pageArg) { var result = _clientAppService.GetPagedClient(pageArg); return(Json(result)); }