public static MvcForm BeginFormWithCloseDialog(this AjaxHelper ajaxHelper, string actionName, string controllerName, object routeValues, AjaxOptions ajaxOptions, object htmlAttributes) { return(ajaxHelper.BeginFormWithCloseDialog(actionName, controllerName, routeValues, ajaxOptions, string.Empty, htmlAttributes)); }