partial void ViewPotentialClicked(NSObject sender)
        {
            Census census = new Census(CensusDate.ANYCENSUS, true);

            census.SetupLCupdateList(LCUpdates);
            census.ShowWindow($"Potential Records to upload to Lost Cousins Website");
            Analytics.TrackAction(Analytics.LostCousinsAction, Analytics.PreviewLostCousins);
        }
        partial void ViewInvalidClicked(NSObject sender)
        {
            Census census = new Census(CensusDate.ANYCENSUS, true);

            census.SetupLCupdateList(LCInvalidReferences);
            census.ShowWindow($"Incompatible Census References in Records to upload to Lost Cousins Website");
            Analytics.TrackAction(Analytics.LostCousinsAction, Analytics.PreviewLostCousins);
        }