// Runs methods that create files and save data to them
 public static void CreateFiles()
 {
     CreateFile.CreatePodcastFile();
     CreateFile.CreateEpisodeFile();
 }