public void IncreasePlayerLifeUI(float amount)
 {
     _playGameUI.AddLife(amount);
 }