public IEnumerable GetList(int? ID) { return from s in db.List orderby s.Descript select new SelectListItem
firt put your default value in the list
list.add(your default list item)
and then do list.addrange(linq select query)
cheers