form.MdiParent = formMain;
            form.StartPosition = FormStartPosition.CenterScreen;
            form.Show();