public void GetHighScore(string name, int score)
 {
     scoreView.GetHighScoreText(name, score);
 }