/**
  * Return the form input
  * @return array
  */
 public function getInput()
 {
     return $this->model->getInput();
 }