private void SaveHighscore(string userName, int highScore) { SQLUtils.AddNewHighscore(userName, highScore); }