public void SetState(WorkState state) { current = state; }
public Work() { current = new ForenoonState(); }