This program will add one of every name from multiset and put it into the set list by a click of the arrow. Click reset to wipe out the list from set. My code goes through each index in multiset and puts it into set. However if there is a repeating index the code prevents it from going into the set list.
Thanks to anaptyxis for the original project MultiSet to Set.