public OverdraftState(AccountState state) { this.Acc = state.Acc; }
public RestrictedState(AccountState state) { this.Acc = state.Acc; }
public void SetState(AccountState state) { this.state = state; }