private void reportsToolStripMenuItem_Click(object sender, EventArgs e) { Statistics.DashBoard form = new Statistics.DashBoard(); form.Show(); }