public DoublyLinkedList elementosComunes(DoublyLinkedList desc){
if (this.isEmpty() || desc.isEmpty()) return null; DoublyLinkedList com