public bool IncreaseHealth(float health)
 {
     Health.Increase(health);
     return(true);
 }