public void SGSPDGetPointDataQTest()
        {
            var res     = SGSPointData.GetPointDataQ();
            var control = SGSPoint.GetAll.Count;

            foreach (var m in res)
            {
                Console.WriteLine(m);
            }
            Assert.IsTrue(res.Count <= control);
        }
 public IEnumerable <SGSPointData> Get()
 {
     return(SGSPointData.GetPointDataQ());
 }