public IEnumerable <Produto> BuscarComImagemById(int id) { return(_produtoService.BuscarComImagemById(id)); }