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