/**
  * @param Customer $customer The customer object to add.
  */
 protected function doAddCustomer($customer)
 {
     $this->collCustomers[] = $customer;
     $customer->setCustomerTitle($this);
 }