private void supplierMasterToolStripMenuItem_Click(object sender, EventArgs e) { SupplierMaster child = new SupplierMaster(this); child.Show(); }