private void statisticsToolStripMenuItem_Click(object sender, EventArgs e) { var frm = new frmStatistics(statistics); frm.ShowDialog(); }