public void MovePreviousTest()
        {
            IATCTable target = CreateclsATCTable(); // TODO: Initialize to an appropriate value

            target.MovePrevious();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }