public override System.Web.Mvc.ActionResult TestChildClass2(T4MVCHostMvcApp.Controllers.AnotherChildEntity child)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.TestChildClass2);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "child", child);
            TestChildClass2Override(callInfo, child);
            return(callInfo);
        }
 partial void TestChildClass2Override(T4MVC_System_Web_Mvc_ActionResult callInfo, T4MVCHostMvcApp.Controllers.AnotherChildEntity child);