private void statisticsToolStripMenuItem_Click(object sender, EventArgs e) { statistics = new HighScores(game.GetSettings()); statistics.ShowDialog(); }