public bool CreateProduct(ProductB newProduct)
 {
     return(productDal.CreateProduct(newProduct));
 }