public void SetState(TimeState state)
 {
     current = state;
 }
 public Work()
 {
     current = new FornoonState();
 }