public function showFile($file_id)
 {
     return $this->service->downloadFile($file_id);
 }