public override System.Web.Mvc.ActionResult Create(SimpleShop.Models.Category category)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "category", category);
            CreateOverride(callInfo, category);
            return(callInfo);
        }
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, SimpleShop.Models.Category category, int?id);
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, SimpleShop.Models.Category category);