/**
  * Downloads the file
  *
  * @param array $file
  * @return void
  */
 public function downloadFileAction(array $file)
 {
     $this->newsService->downloadFile($file);
 }