private void btn_add_supplier_Click(object sender, EventArgs e) { Suppliers.Add frm = new Suppliers.Add(); frm.MdiParent = this; frm.Show(); }