public List <CampoReporte> ObtenerCamposReporte(int IdReporte)
        {
            AccesoDatos.CatalogosDAL Conn = new AccesoDatos.CatalogosDAL();
            List <CampoReporte>      listaCamposReporte = Conn.ObtenerCamposReporte(IdReporte);

            return(listaCamposReporte);
        }