// GET: Players
 public IActionResult Index()
 {
     return(View(LeagueManager.GetAllPlayers()));
 }