public Account1c() { DomainAccount = new Account (); }
public virtual void AddAccount(Account account) { ObservableAccounts.Add (account); }