// GET: ShoppingList public ActionResult Index() { IndexViewModel vm = new IndexViewModel { Customers = ShoppingListService.GetCustomerSelectViewModel() }; return(View(vm)); }