public void TestGetCustomer()
        {
            clsCustomer aCustomer = new clsCustomer();

            aCustomer.getCustomer(5);
            Assert.IsNotNull(aCustomer);
        }