void LoseLife()
 {
     livesController.RemoveHeart();
     if (livesController.transform.childCount == 0)
     {
         GameOver();
     }
 }