public System.Threading.Tasks.Task <bool> EditProductAsync(GameRigWebSite_Project.ServiceReference1.AddProduct add, int Id)
 {
     return(base.Channel.EditProductAsync(add, Id));
 }
 public bool EditProduct(GameRigWebSite_Project.ServiceReference1.AddProduct add, int Id)
 {
     return(base.Channel.EditProduct(add, Id));
 }