public void CompleteLevel()
    {
        LevelsManager.NextLevel();

        StartGame();
    }