public static HtmlString JQueryUI(this HtmlHelper helper)
 {
     return(helper.Script("jquery-ui-1.7.2.custom.min.js"));
 }
 public static HtmlString JQuery(this HtmlHelper helper)
 {
     return(helper.Script("jquery-1.3.2.min.js"));
 }