public function prepareDownloadResponse($fileName, $content, $contentType = 'text/csv')
 {
     return parent::_prepareDownloadResponse($fileName, $content, $contentType);
 }