i have 2 lists List<Animal> and List<Dog>
and both Animal and Dog have the property id
i'm trying to insert a list of Dog into the list of Animal
but i don't want to insert Animals with duplicate id's
i have a button with Anchor = AnchorStyles.Bottom | AnchorStyles.Right, property but even though it's the only control in the form it just appears in the top left