public IMoney Add(IMoney m) { return(m.AddMoneyBag(this)); }
public IMoney Add(IMoney m) { return m.AddMoneyBag(this); }