private void populateDatabase(String cypher) {
   database.execute(cypher);
 }