public List <Produto> ConsultarProdutor(string nome)
 {
     return(produtoDAL.ConsultarProdutos(nome));
 }