public List <Models.VALORACIONESPROGRESS.EvalMiEquipo> CatEvalMiEquipo(int t001_idficepi, int desde, int hasta, int profundidad, string estado, Nullable <int> idficepi_evaluado, Nullable <int> idficepi_evaluador, string alcance)
        {
            OpenDbConn();

            DAL.VALORACIONESPROGRESS valoraciones = new DAL.VALORACIONESPROGRESS(cDblib);
            return(valoraciones.CatEvalMiEquipo(t001_idficepi, desde, hasta, profundidad, estado, idficepi_evaluado, idficepi_evaluador, alcance));
        }