List<T> listnew = new List<T>();
listnew = list1.Where(a => !list2.Exists(b => a.csc_id.Contains(b.csc_id))).ToList();