public override System.Web.Mvc.ActionResult CreateProduct(eShop.WebApplication.DomainClasses.ViewModelClasses.ProductViewModel model, System.Collections.Generic.IEnumerable <System.Web.HttpPostedFileBase> ImageProductAdditinal)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CreateProduct);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "ImageProductAdditinal", ImageProductAdditinal);
            CreateProductOverride(callInfo, model, ImageProductAdditinal);
            return(callInfo);
        }
 partial void CreateProductOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, eShop.WebApplication.DomainClasses.ViewModelClasses.ProductViewModel model, System.Collections.Generic.IEnumerable <System.Web.HttpPostedFileBase> ImageProductAdditinal);