public void GetReportAsCsv()
 {
     CsvUtils.ConvertToCSV(_columnHeaders, _reportData.ToList(), _columnsToHide.ToList());
 }