public void GroupFreezeThaw() { // Just call them. I don't know how to test this yet, unless I can // call the Undo operation programmatically _image.UndoFreeze(); _image.UndoThaw(); }