private void OnHit(int hitPoints, BulletController bullet)
 {
     health.Hit(hitPoints);
     bullet.DestroyBullet();
 }