public function canShowForum(Forum $forum)
 {
     return $forum->isAuthorisedToRead($this->securityContext);
 }