public virtual void Register(Guid accountId)
 {
     Accounts = new AccountCollection();
     Accounts.Add(accountId);
 }
 protected Customer()
 {
     Accounts = new AccountCollection();
 }