public List <string> getJournals(string genBankID)
 {
     return(GDBL.getJournals(genBankID));
 }