public function formColor()
 {
     $model = new TypeInstance($this->data->id);
     $this->data->title = $model->getEntry() . ':: Color';
     $this->data->idColor = $model->getIdColor();
     $this->data->save = "@fnbr20/admin/annostatus/saveColor/" . $model->getId() . '|formColor';
     $this->render();
 }