@After
 public void tearDown() throws SirixException {
   TestHelper.closeEverything();
 }
 @Before
 public void setUp() throws SirixException {
   TestHelper.deleteEverything();
 }