public IActionResult ListaJogadores()
 {
     return(View(jogadorRepository.ListaJogadores()));
 }