@Test
 public void shouldCloseSession() throws Exception {
   creator.abre();
   creator.fecha();
   assertFalse(session.isOpen());
 }