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