var query = (from n in News where !( (from n2 in News select n2.NewsID).Take(20).Contains(n.NewsID)) select n).Take(10)