public void Damage()
 {
     health--;
     SC.UpdateBossHealth(health);
 }