public function __construct($name = "", $options = array())
 {
     if ($name == "") {
         $name = 'LinkAttachmentFieldset';
     }
     parent::__construct($name, $options);
 }