private void agregarPersonasToolStripMenuItem1_Click(object sender, EventArgs e) { FrmAgregarPersonas agregarPersonas = new FrmAgregarPersonas(); agregarPersonas.ShowDialog(); }