public Hero(string name, int level, Item item)
 {
     this.Name = name;
     this.Level = level;
     this.Item = item;
 }