public async Task <IActionResult> Delete(int id) { await _jogoService.ExcluirAsync(id); return(RedirectToAction(nameof(Index))); }