@Override
 public List<Categoria> findAll() {
   return abmService.getEM().createQuery("select obj from Categoria obj").getResultList();
 }