private void importToolStripMenuItem_Click(object sender, EventArgs e) { frmImport f = new frmImport(); f.MdiParent = this; f.Show(); }