internal void DeleteTmpFiles()
 {
     if (ProfileAnalyzerWindow.FileInTempDir(FilePath))
     {
         File.Delete(FilePath);
     }
 }