public async Task <IActionResult> Index() { var players = await _playerService.AllAsync(); return(View(players)); }