/**
  * @return boolean
  */
 protected function permissionShowAllAccountItems()
 {
     return $this->securityProvider->isGrantedViewLocal($this->entityClass);
 }