public LinkedList <Departamento> solicitudListaDeptosPorPais(int idPais) { return(deptoDAO.buscarDeptoPorPais(idPais)); }