function __construct($title)
 {
     parent::__construct($title);
     if (!$this->get_datastore()) {
         $this->set_datastore(new Resume_DataStore_CustomField());
     }
 }
 function __construct($title)
 {
     parent::__construct($title);
     if (!$this->get_datastore()) {
         $this->set_datastore(new Resume_DataStore_ThemeOptions());
     }
 }