/**
  * @return bool
  */
 function isLoggedIn()
 {
     $this->initialize();
     return $this->session->isRegistered(self::USER_LOGIN);
 }