@Override
 protected void doClose() throws Exception {
   entityManager.close();
   super.doClose();
 }