destinationList = destinationList.Except(excludeList).ToList();
destionList.RemoveAll(x => sourceList.Exists(y => y.Id == x.Id));