public override System.Web.Mvc.ActionResult Create(Miam.Web.ViewModels.Restaurant.RestaurantCreateViewModel restaurantCreateViewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "restaurantCreateViewModel", restaurantCreateViewModel);
            CreateOverride(callInfo, restaurantCreateViewModel);
            return(callInfo);
        }
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Miam.Web.ViewModels.Restaurant.RestaurantCreateViewModel restaurantCreateViewModel);