IENumerable<> Cannot guarantee changes to items will persist, use List<> Any changes to an item in a IENumerable<> will not persist. Convert to List<> instead.