public HighScoreScreen()
        {
            IsPopup = false;

            TransitionOnTime  = TimeSpan.FromSeconds(0.2);
            TransitionOffTime = TimeSpan.FromSeconds(0.2);

            highScores = HighScores.getScores("");
        }
        public HighScoreScreen()
        {
            IsPopup = false;

            TransitionOnTime = TimeSpan.FromSeconds(0.2);
            TransitionOffTime = TimeSpan.FromSeconds(0.2);

            highScores = HighScores.getScores("");
        }