public IHttpActionResult Get() { StadiumService service = CreateStadiumService(); return(Ok(service.GetAllStadiums())); }