public void SetState(State s)
 {
     currentState = s;
 }
 public Work(State s)
 {
     currentState = s;
 }