public function addForm(AbstractForm $form)
 {
     $this->fields = $form->getFields();
 }