/**
  * List the name of all the categories.
  * @return mixed
  */
 public function listCategories()
 {
     return $this->repository->listCategories();
 }