Every EventCard uses the same ViewModel so the same PictureViewModel.bitmap is used in every card. You should save the Bitmap in the Event model, so each Event will have its Image.
EventCard
ViewModel
PictureViewModel.bitmap
Bitmap
Event