private void piezasToolStripMenuItem_Click(object sender, EventArgs e) { Registros.PiezasForm Rpiezas = new Registros.PiezasForm(); Rpiezas.Show(); }