public void CustomerTypesTest()
        {
            var list = EntityTypeFactory.GetEntityTypes(enmEntityTypes.CustomerType);

            Assert.IsNotNull(list);
        }
        public void AddressTypeTest()
        {
            var list = EntityTypeFactory.GetEntityTypes(enmEntityTypes.AddressType);

            Assert.IsNotNull(list);
        }