employees.ToList().Foreach(u=> { u.SomeProperty = null; u.OtherProperty = null; });