public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Index(System.Guid id, System.Guid questionId, unboxed.web.Models.SimpleQuestionFormViewModel form)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "questionId", questionId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "form", form);
            IndexOverride(callInfo, id, questionId, form);
            return(System.Threading.Tasks.Task.FromResult(callInfo as System.Web.Mvc.ActionResult));
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, System.Guid id, System.Guid questionId, unboxed.web.Models.SimpleQuestionFormViewModel form);