private void InitStrings(string fromAccount, string toAccount)
        {
            this.FromAccount = EFTProperties <AccountTypeQualifierEnum> .Enum(fromAccount);

            this.ToAccount = EFTProperties <AccountTypeQualifierEnum> .Enum(toAccount);
        }
 public AccountTypeQualifiers(AccountTypeQualifierEnum fromAccount, AccountTypeQualifierEnum toAccount)
 {
     this.FromAccount = fromAccount;
     this.ToAccount   = toAccount;
 }