public override System.Web.Mvc.ActionResult Post(Inmeta.VSGallery.Web.Models.UploadExtensionModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Post);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            PostOverride(callInfo, model);
            return(callInfo);
        }
 partial void PostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Inmeta.VSGallery.Web.Models.UploadExtensionModel model);