/**
  * Return all the categories.
  *
  * @return mixed
  */
 public function getAllCategories()
 {
     return $this->repository->getAllCategories();
 }