public Int32 SaveProduct(PricedProductDTO product)
 {
     using (DelightServiceClient service = new DelightServiceClient())
     {
         return service.SaveProduct(product);
     }
 }