public override System.Web.Mvc.ActionResult UpdatePrice(Amazon.Web.ViewModels.InventoryGroup.InventoryGroupPriceViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.UpdatePrice);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            UpdatePriceOverride(callInfo, model);
            return(callInfo);
        }
 partial void UpdatePriceOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Amazon.Web.ViewModels.InventoryGroup.InventoryGroupPriceViewModel model);