public void SetUp() { _sqlDataProvider.DeleteAll(null); foreach (var product in _defaultProducts) { _sqlDataProvider.Save(product, true); } }