private void dashboardToolStripMenuItem_Click(object sender, EventArgs e) { StatsDashboard sd = new StatsDashboard(); sd.Show(); }