/**
  * the constructor
  */
 private function __construct()
 {
     $this->_controller = Addressbook_Controller_Contact::getInstance();
     $this->_controller->sendNotifications(FALSE);
     $this->_controller->setGeoDataForContacts(FALSE);
 }