public void ClearSelections() { try { SelectedItems.Clear(); NotifyDataSetChanged(); } catch (Exception e) { Console.WriteLine(e); } }