// GET: Races public async Task <IActionResult> Index() { return(View(await _service.GetAllAsync())); }