public void applyHealth(int healthAmount)
 {
     characterDefinition.applyHealth(healthAmount);
 }