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