List item = YearList.ConvertAll(a => { return new SelectListItem() { Text = a.ToString(), Value = a.ToString(), Selected = false }; });