public void Execute()
        {
            StageView stage = MainForm.CurrentStage;

            prevTransforMatrix = stage.Selection.TransformMatrix.VexMatrix();
            prevMatrices       = stage.RemoveSelectionTransform();
        }