public function getNewOrder(Customer $Customer) { $Order = $this->newOrder(); $this->copyToOrderFromCustomer($Order, $Customer); return $Order; }