/**
  * Saves an attribute using its stock form.
  */
 public function saveAttributeForm($obj)
 {
     return parent::saveAttributeForm($obj);
 }