public override System.Web.Mvc.ActionResult CreateUpdateAppointment(DcmsMobile.Shipping.ViewModels.AppointmentModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CreateUpdateAppointment);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            CreateUpdateAppointmentOverride(callInfo, model);
            return(callInfo);
        }
 partial void CreateUpdateAppointmentOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DcmsMobile.Shipping.ViewModels.AppointmentModel model);