private List <string> GetFilePaths() { filePaths = (from f in Entries.AsParallel() select f.FullName).ToList(); return(filePaths); }