public ConcreteStateC( Context theContext):base(theContext) {}
public State(Context theContext) { m_Context = theContext; }