void setHighScore()
 {
     if (Score > highScore)
     {
         highScoreXml.saveHighscore(Score);
     }
 }