public function show($id, $fileId)
 {
     return $this->repository->findWhere(['project_id' => $id, 'id' => $fileId]);
 }