/**
  * Retrieve number of unread notifications
  *
  * @return int
  */
 public function getUnreadNotificationCount()
 {
     return $this->_notificationList->getSize();
 }