private void OnFilterSelected(object sender, FilterEventArgs e) { Choice = e.Type; if (Temp == null) { Temp = PageRepository.DuplicateCurrent(Choice); } Temp.Filter = Choice; ContentView.ImageView.Image = Temp.DocumentImage; }