public List <string> getCR()
        {
            OpenDbConn();

            DAL.VALORACIONESPROGRESS valoraciones = new DAL.VALORACIONESPROGRESS(cDblib);
            return(valoraciones.getCR());
        }