@Override
 public void excluirDepartamento(int id) throws Exception {
   departamentoDAO.excluirDepartamento(id);
 }