// Called when you no longer need access to the database.
 public void closeDatabase() {
   hoardDBOpenHelper.close();
 }