public ShippingByProduct InsertShippingByProduct(ShippingByProduct entity)
 {
     return(_iShippingByProductRepository.InsertShippingByProduct(entity));
 }
 public ShippingByProduct UpdateShippingByProduct(ShippingByProduct entity)
 {
     return(_iShippingByProductRepository.UpdateShippingByProduct(entity));
 }