private void buttonItem43_Click(object sender, EventArgs e) { customer.customers_clasification_management childForm = new customer.customers_clasification_management(); childForm.MdiParent = this; childForm.Show(); }