private void regToolStripMenuItem_Click(object sender, EventArgs e) { VentanaReg vr = new VentanaReg(); vr.Show(); }