public List <HeroModel> getHeroes() { HeroBusiness HeroBus = new HeroBusiness(); return(HeroBus.GetAll()); }