public void AddProductType(ProductType productType)
 {
     _state.AddProductType(productType);
 }