public function findDescIndicadoresByArrId($arrIndId)
 {
     $oIdao = new IndicadorDAO(1);
     return $oIdao->findDescIndicadoresByArrId($arrIndId);
 }
 public function listAtributosIndicadorsByArrCod($arrIndics)
 {
     $oIdao = new IndicadorDAO(1);
     return $oIdao->listAtributosIndicadorsByArrCod($arrIndics);
 }