public List <string> getAccessionVersion(string genbankID)
 {
     return(GDBL.getAccessionVersion(genbankID));
 }