dto = $dto; } public function getID(){ return $this->dto->getID(); } public function getName(){ return $this->dto->getName(); } }