public Stream Download(DataTable table)
 {
     return(_service.ExportSpreadsheetToStream(new ExportData(table, Guid.NewGuid())));
 }