public override void CancelAction(GameEditor Editor)
 {
     MyContainer<PivotObject> objects = new MyContainer<PivotObject>(operatingObject.Length, 1);
     objects.AddRange(operatingObject.objects.ToArray());
     Editor.AddObjects(objects, true);
 }