/**
  * @return boolean
  */
 private function isAllowedToViewOtherUsers()
 {
     return $this->loggedInUser->isAdminUser();
 }