void OnContextMenuDeleteSelected() { foreach (var name in GetSelectedItems()) { _model.RemoveVsProject(name); } }