public function findIndicadorById($indId)
 {
     $oIdao = new IndicadorDAO(1);
     return $oIdao->findIndicadorById($indId);
 }