private void button_River_Click(object sender, RoutedEventArgs e) { ListBoxItems.Clear(); Rivers.ForEach(i => ListBoxItems.Add(i)); }