public System.Threading.Tasks.Task <bool> UpdateAsync(WCF.WinUI.ServiceReference1.DTOProducts entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
 public bool Update(WCF.WinUI.ServiceReference1.DTOProducts entity)
 {
     return(base.Channel.Update(entity));
 }