private void agregar_fila()
        {
            int intContInspecciones = 0;

            intContInspecciones = Convert.ToInt32(cantInspecciones.Value);
            eppTrab             = Mgr_Epp.Get_Epp(Convert.ToInt32(ddlPuesto.SelectedValue));
            ControlesDinamicos.Add_Fila_InspeccionUsoEpp(pnDatos, intContInspecciones, eppTrab);
        }