/**
  * Get the form model.
  *
  * @return \Anomaly\Streams\Platform\Entry\EntryModel|EloquentModel|null
  */
 public function getFormModel()
 {
     return $this->form->getModel();
 }