// GET: CustomerManage public ActionResult Index() { List <Cars> cars = context.Collection().ToList(); return(View(cars)); }