public function download(Export $export)
 {
     set_time_limit(0);
     return $export->handleExport()->export();
 }