public void UpdatePortrait(GeneralStoreHeroesSelectorButton rhs)
 {
     this.UpdatePortrait(rhs.m_currentEntityDef, rhs.m_currentCardDef);
 }
 public void UpdateName(GeneralStoreHeroesSelectorButton rhs)
 {
     this.UpdateName(rhs.m_heroName.Text);
 }