this.aboutEquals=function( moduleSize,  i,  j)
        {
            if (Math.abs(i - this.y) <= moduleSize && Math.abs(j - this.x) <= moduleSize)
            {
                var moduleSizeDiff = Math.abs(moduleSize - this.estimatedModuleSize);