public void UnExecuteTest()
        {
            _command.Execute();
            _command.BackExecute();
            List <Shape> list = (List <Shape>)_target.GetField("_shapes");

            Assert.AreEqual(0, list.Count);
        }