private void registrarToolStripMenuItem2_Click(object sender, EventArgs e) { Profesor.Profesor p = new Profesor.Profesor("registro", ""); p.Show(); }