public IEnumerable <Produto> BuscarPorParametros(string titulo, string regiao) { return(_produtoService.BuscarPorParametros(titulo, regiao)); }