/**
  * @return AccountUser
  */
 protected function getUser()
 {
     return $this->securityProvider->getLoggedUser();
 }