public void giveWealth(int wealthAmount)
 {
     characterDefinition.giveWealth(wealthAmount);
 }