private void removeSelectedZones() { foreach (ListViewItem item in sections.SelectedItems) { cuts.remove((CutSection)item.Tag); } }