public static String ActionLinkPrint(this HtmlHelper html)
 {
     return(html.ActionLinkPrint(HelperBaseExtensions.ButtonJQuery.Print.Text));
 }