public void Damage(float damage)
{
    health -= damage;
}