public WithDrawTransaction(double Amount, DateTime DT, BaseClient from) { this.Amount = Amount; this.DT = DT; this.from = from; }