public JsonResult GetGridData() { var news = _sportService.GetGridData(); return(Json(news, JsonRequestBehavior.AllowGet)); }