public List <Address> ChoicesBillingAddress()
 {
     return(PersonRepository.AddressesFor(Customer.BusinessEntity()).ToList());
 }
 public List <Address> ChoicesBillingAddress(IFunctionalContainer container)
 {
     return(PersonRepository.AddressesFor(Customer.BusinessEntity(), container).ToList());
 }