public function indexAction()
 {
     $this->view->headTitle('Address Books');
     $addressBook = new Default_Model_AddressBook();
     $this->view->entries = $addressBook->fetchAll();
 }