public override System.Web.Mvc.ActionResult GetListingByStyleSize(long styleItemId, long?selectedListingId, Ccen.Core.Models.Enums.ShipmentsTypeEnum shipmenttype)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetListingByStyleSize);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "styleItemId", styleItemId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "selectedListingId", selectedListingId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "shipmenttype", shipmenttype);
            GetListingByStyleSizeOverride(callInfo, styleItemId, selectedListingId, shipmenttype);
            return(callInfo);
        }
 partial void GetListingByStyleSizeOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, long styleItemId, long?selectedListingId, Ccen.Core.Models.Enums.ShipmentsTypeEnum shipmenttype);