public IActionResult Index() { var heroManager = new HeroManager(); var heros = heroManager.GetAll(); return(View(heros)); }