public function actionRecentNotifcations()
 {
     echo NotificationsUtil::getRecentAjaxContentByUser(Yii::app()->user->userModel, 10);
     $linkHtmlOptions = array('class' => 'view-all-notifications');
     echo ZurmoHtml::link(Zurmo::t('NotificationsModule', 'View All Notifications'), array('/notifications/default'), $linkHtmlOptions);
 }