private void AtualizarProduto() { try { _repo.AtualizarProduto(_produto); } catch (Exception ex) { throw ex; } }