public static List <string> getProjects(string genbankID) { List <string> project = GDDL.getProjects(genbankID); if (project.Count < 1) { throw new Exception("No match found"); } return(project); }