public IHttpActionResult Get() { SportService sportService = CreateSportService(); var sports = sportService.GetSport(); return(Ok(sports)); }