public JuncAddCommand(JuncState state , Cover c)
 {
     mState = state;
     mCover = c;
 }
        private int mCurId;         //current id

        public JuncDelCommand(JuncState state, Path path)
        {
            mState = state;
            mPath = path;
        }