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