// i.e. they navigated to here or they segued from adding parts
 public override void ViewWillAppear(bool animated)
 {
     base.ViewWillAppear(animated);
     participantsViewSource.Rows = Queries.AllParticipants();
     UpdateNumSelectedPartsLabel();
     ParticipantsCollectionView.ReloadData();
 }