public virtual void addCustomer(Customer customer) { customerSequence.Add(customer); totalWeight += customer.get_totalWeight(); }