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