I have 2 lists first: {1, 2, 3, 4, 5}, second: {2, 4} How can I delete elements from first list, wich contains second one? In result I should have third list {1, 3, 5}