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

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