void createHeroPortrait(string heroPortraitUrl)
 {
     HeroPortraitCreator heroPortraitCreator = new HeroPortraitCreator();
     heroPortraitCreator.InsertHeroPortrait(currentHero.ID, heroPortraitUrl);
 }
 void createHeroPortrait(int heroNamesIndex)
 {
     HeroPortraitCreator heroPortraitCreator = new HeroPortraitCreator();
     heroPortraitCreator.InsertHeroPortrait(currentHero.HeroPortraitsId, heropor)
 }
 void createHeroPortrait()
 {
     HeroPortraitCreator heroPortraitCreator = new HeroPortraitCreator();
     heroPortraitCreator.InsertHeroPortrait(currentHero.HeroPortraitsId)
 }