public void grabXMLs(File root) throws IOException {
   for (Repositories repo : Repositories.values()) {
     fetchSchedule(root, repo);
     fetchLines(root, repo);
     fetchStops(root, repo);
   }
 }