public IActionResult PostSubmit(RestaurantViewModel model) { model.Submit(context); return(View("Index")); }