public List getUdocsEnUI(String idUnidadDocumental) {
   return _udocDepositoDBEntity.getPartesUdocByIDElementoCF(idUnidadDocumental);
 }