public function findTotaisCirByUfId($ufId)
 {
     $oIdao = new DadosDAO(1);
     return $oIdao->findTotaisCirByUfId($ufId);
 }