/**
  * @return object
  */
 public function getAllToHome()
 {
     return $this->repository->getAllToHome();
 }