/**
  * Reset the form.
  *
  * @return $this
  */
 public function resetForm()
 {
     $this->form->resetFields()->setValues(new Collection());
     return $this;
 }