public DatabaseManager()
 {
     this.mangaDB  = new MangaDB();
     this.hentaiDB = new HentaiDB();
 }