public void Remove(IEnumerable <BreakpointVM> bps) { foreach (var bp in bps) { breakpointManager.Remove(bp.Breakpoint); } }