public void GiveWealth(int wealthAmount)
 {
     characterDefinition.GiveWeath(wealthAmount);
 }