public static string BuildRemoteFunction(this AjaxHelper helper, System.String url, System.Object options) { return(helper.BuildRemoteFunction(url, new ModelDictionary(options))); }