public List<VeiculoManutencao> findAll() throws Exception {
   init();
   return veiculoManutencaoDAO.findAll();
 }