@BeforeClass
  public static void setUpBeforeClass() throws Exception {

    // Load database driver
    Database.initialize();
  }