public void Attack(Character attackee)
 {
     CharacterUtils.Attack(this, attackee);
 }