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