public void ZombieHit()
 {
     StartCoroutine(ZombieDying());
     _gameManager.ZombieHit();
 }