public void SetState(AbstactState state) { this._state = state; }
public Work() { this._state = new ForenoonState(); }