public function show($project_id, $file_id)
 {
     return $this->service->find($project_id, $file_id);
 }