public bool ExisteEstoque(Guid armazemId, Guid produtoId) { return(_estoqueService.ExisteEstoque(armazemId, produtoId)); }