CollectionView: Items are duplicated when Add method is used for adding items in the ItemsSource
I have a CollectionView that is populated when tapping on an item from another CollectionView. I am using the Add method to add the items to the CollectionView. But the items are duplicated (they are added two times).