/**
  * Returns all currencies from repository
  *
  * @return \WellCommerce\AppBundle\Entity\Currency[]
  */
 protected function getCurrencies()
 {
     return $this->currencyRepository->findAll();
 }