private void UpgradeHealth(int obj)
 {
     damageable.SetMaxHealth(damageable.GetMaxHealth() + obj);
 }