public async Task TestGetAllProductMasterRecords()
        {
            IProductMasterDA test = new GiProductMasterDA();

            var result = await test.GetAll();
            result.Should().HaveCount(8, "This is awesome");
        }
        public async Task TestGetAllProductMasterRecords()
        {
            IProductMasterDA test = new GiProductMasterDA();

            var result = await test.GetAll();

            result.Should().HaveCount(8, "This is awesome");
        }