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