protected function __construct()
 {
     $this->_data = Eab_Options::get_instance();
     $this->_oauth = new Eab_Fbe_Oauth_FacebookEventsImporter();
     parent::__construct();
 }
 protected function __construct()
 {
     $this->_helper = new Eab_Gcal_Calendar_GoogleImporter();
     $this->_data = Eab_Options::get_instance();
     parent::__construct();
 }