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