/**
  * @return void
  */
 public function indexAction()
 {
     $this->view->assign('workspaces', $this->workspaceRepository->findAll());
 }