public function findAll()
 {
     $users = $this->userService->findAll();
     return new Paginator(new ArrayAdapter($users));
 }