public override System.Web.Mvc.ActionResult SetBoardGameGeekUser(UI.Models.User.BoardGameGeekIntegrationModel model, BusinessLogic.Models.User.ApplicationUser currentUser)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SetBoardGameGeekUser);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "currentUser", currentUser);
            SetBoardGameGeekUserOverride(callInfo, model, currentUser);
            return(callInfo);
        }
 partial void SetBoardGameGeekUserOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, UI.Models.User.BoardGameGeekIntegrationModel model, BusinessLogic.Models.User.ApplicationUser currentUser);