public override System.Web.Mvc.ActionResult Create(string path, Kendo.Mvc.UI.FileBrowserEntry entry)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "path", path);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "entry", entry);
            CreateOverride(callInfo, path, entry);
            return(callInfo);
        }
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string path, Kendo.Mvc.UI.FileBrowserEntry entry);