public static List<String> getRoundCsvLinks(Round round) {
   CSV csv = new CSV(null, round);
   return csv.getRoundCsvLinks();
 }