public Account()
 {
     State = new SilverState(decimal.Zero, this);
 }
 public Account()
 {
     State = new SilverState(decimal.Zero, this);
 }