public bool Remove(GM_object_PropertyType obj)
 {
     return Polygon.Remove(obj);
 }
 public void Add(GM_object_PropertyType obj)
 {
     Polygon.Add(obj);
 }