/** Close the session. */
 public void close() {
   session.close();
 }