public ShippingMethodStore InsertShippingMethodStore(ShippingMethodStore entity)
 {
     return(_iShippingMethodStoreRepository.InsertShippingMethodStore(entity));
 }
 public ShippingMethodStore UpdateShippingMethodStore(ShippingMethodStore entity)
 {
     return(_iShippingMethodStoreRepository.UpdateShippingMethodStore(entity));
 }