public JsonResult Get() { var result = _sportService.GetEventDetails(); return(new JsonResult(result)); }