public MoneyBag(MoneyBag money) : this(money._bag) { }
public bool Equals(MoneyBag other) { return(Equals(other as IMoney)); }