public async Task <ActionResult> GetSportsList() { return(Json(await _sportService.GetAllSportsAsync(), JsonRequestBehavior.AllowGet)); }