public HighScores(FirstForm form) { InitializeComponent(); leaderboard = new Leaderboard(); this.form = form; }