private void AddScoreToLeaderBoard(string input)
 {
     LeaderboardHandler.AddNewHighscore(input, CurrentScore);
 }