private void profesorToolStripMenuItem_Click(object sender, EventArgs e) { Guia In = new Guia(); In.MdiParent = this; In.Show(); }