public function deletePreference($attribute, $index = NULL)
 {
     $this->__load();
     return parent::deletePreference($attribute, $index);
 }