private void tsb_orden_comp_Click(object sender, EventArgs e) { FOrdenCompra oc = new FOrdenCompra(); oc.MdiParent = this; oc.Show(); }