/**
  * {@inheritdoc}
  */
 public function getAllCodes()
 {
     return $this->repository->findAll();
 }