public IActionResult TeamInfo(int teamId)
 {
     ViewBag.Team = teamFactory.FindTeamByID(teamId);
     return(View("Team"));
 }