/** Setup the contexts by action and the ACL.
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->currentvacs = $this->_vacancies->getJobsAdmin($this->getParam('page'));
 }
 /** Display list of current vacancies
  */
 public function indexAction()
 {
     $currentvacs = new Vacancies();
     $this->view->currentvacs = $currentvacs->getJobsAdmin($this->_getParam('page'));
 }