public JsonResult Get() { Task <IPagedList <Seller> > data = _sellerService.GetList(); return(Json(data.Result)); }