/**
  *
  */
 public function newsAction()
 {
     $oLastEvents = new Safactivitylog();
     $this->view->lastEvents = $oLastEvents->getLastActivitiesForNews()->toObject();
     $this->render('pages');
 }