public void PlayerDeath()
 {
     numDeaths++;
     deathManager.PlayerDeath(numDeaths);
 }