public function formUpdateSemanticType()
 {
     $model = new SemanticType($this->data->id);
     $this->data->object = $model->getData();
     $this->data->save = "@fnbr20/structure/semantictype/updateSemanticType|formUpdateSemanticType";
     $this->data->close = "!\$('#formUpdateSemanticType_dialog').dialog('close');";
     $this->data->title = 'SemanticType: ' . $model->getEntry() . '  [' . $model->getName() . ']';
     $this->render();
 }