ViewData.Model = _db.MovieSet.ToList() ViewData.Model = (from m in _db.MovieSet select m).ToList()