private void btnAlta_Click(object sender, EventArgs e)
        {
            frmAltaPermiso altaPermiso = new frmAltaPermiso();

            altaPermiso.ShowDialog();
            llenarGrilla();
        }
 private void btnAlta_Click(object sender, EventArgs e)
 {
     frmAltaPermiso altaPermiso = new frmAltaPermiso();
     altaPermiso.ShowDialog();
     llenarGrilla();
 }