public function getPagerAllWorkspacesWithSelfReg(User $user, $page = 1)
 {
     $workspaces = $this->workspaceRepo->findWorkspacesWithSelfRegistration($user);
     return $this->pagerFactory->createPagerFromArray($workspaces, $page);
 }