repository = $repository; } public function getAwards($perPage) { return $this->repository->paginate($perPage); } public function getAward($id) { return $this->repository->findWithScientists($id); } }