public void HeroStatus(string name, int playerId)
 {
     heroView.HeroStatus(heroService.GetHeroStatus(name, playerId));
 }