_model) { $this->_model = ModelFactory::create(); } return $this->_model; } public function setModel(Model $model) { $this->_model = $model; return $this; } }