public void DecreaseEnergy(int amount)
 {
     stats.DecreaseEnergy(amount);
 }