public function formLUSemanticType()
 {
     $model = new LU($this->data->id);
     $this->data->object = $model->getData();
     $this->data->idEntity = $model->getIdEntity();
     $this->data->form = "formLUSemanticType";
     $this->data->close = "!\$('#formLUSemanticType_dialog').dialog('close');";
     $this->data->title = 'LU: ' . $model->getName();
     $this->render();
 }