public void Export() { var excelFile = ExcelExportHelper.Export(this); if (File.Exists(excelFile)) { Process.Start(excelFile); } }