public function getTerminalModel()
 {
     $model = new Terminal();
     return $model->initialize($this->getParameters());
 }