public System.Threading.Tasks.Task <bool> IncluirProdutoAsync(ServicoEstoqueLibrary.Produto Produto)
 {
     return(base.Channel.IncluirProdutoAsync(Produto));
 }
 public bool IncluirProduto(ServicoEstoqueLibrary.Produto Produto)
 {
     return(base.Channel.IncluirProduto(Produto));
 }