public void GenerateResult() { var sl = InstrumentList.Except(BlockList).ToList(); if (sl.Count == 0) { return; } total = sl.Count; Process(sl); }