public IEnumerable <ProdutoResponse> Listar()
 {
     return(_repositorioProduto.Listar().ToList().ToMap <Produto, ProdutoResponse>());
 }