protected virtual void OnProcessTransaction(BankTransEventArgs e)
 {
     ProcessTransaction?.Invoke(this, e);
 }