I have 2 classes which have some identical properties. I stock into a list properties from 1st class, and after that, I want to take some needed properties and put them into
var iweilCopy = sil.Select(item => new InvoiceWithEntryInfo() { IdWEI = item.Id, NameWEI = item.Name, .... }).ToList();