public void GameOver()
 {
     if (ChangeMode(GameMode.GameOver))
     {
         EnableGameObjects();
         _timeCounter.Pause();
         gameOverMenuController.SetScores(_pointCounter.GetValueText(), _touchCounter.GetValueText());
     }
 }