/**
  * @return Form
  */
 protected function _form()
 {
     if (is_null($this->_form)) {
         $this->_form = $this->form();
         $this->_form->setProperty('allowFieldOverwrite', true);
     }
     return $this->_form;
 }