public CustomerViewModel()
 {
     StreetAddress   = new AddressViewModel();
     BillingAddress  = new AddressViewModel();
     PrimaryContact  = new HumanContactViewModel();
     ProductLicenses = new List <License>();
 }
 public CustomerViewModel()
 {
     StreetAddress = new AddressViewModel();
     BillingAddress = new AddressViewModel();
     PrimaryContact = new HumanContactViewModel();
     ProductLicenses = new List<License>();
 }