Object RunPreProcess(double d)
        {
            IPositionSet temp = new RandomPositionSet_Square((int)d, 0f, 1000f);

            m2mch.PreProcess(temp);
            return(temp);
        }
        void M2MPP(double n, Object o)
        {
            M2M_CH MCH = new M2M_CH();

            MCH.TheDensityOfBottomLevel = chc.TheDensityOfBottomLevel;
            MCH.PreProcess((IPositionSet)o);
        }