public function formUpdateLU()
 {
     $model = new LU($this->data->id);
     $this->data->object = $model->getData();
     $this->data->idFrame = $this->data->object->idFrame;
     // for lookupFE
     $this->data->save = "@fnbr20/structure/frame/updateLU|formUpdateLU";
     $this->data->close = "!\$('#formUpdateLU_dialog').dialog('close');";
     $this->data->title = 'LU:  ' . $model->getFullName();
     $this->render();
 }