public function indexAction()
 {
     $tarifModel = new Application_Model_Tarif();
     $this->view->assign('stars5', $tarifModel->getByStars(5));
     $this->view->assign('countAll', count($tarifModel->getAll()));
     $this->view->assign('lastChange', $tarifModel->getLastUpdate());
 }