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