public void Render()
 {
     jQueryUIIconsAndButtonsRepository mjQueryUIIconsAndButtonsRepository =
         new jQueryUIIconsAndButtonsRepository();
     _htmlHelper.ViewContext.HttpContext.Response.Write(
         mjQueryUIIconsAndButtonsRepository.GetIcon(_Icon,
         _htmlAttributes,
         _Direction));
 }
 public void Render()
 {
     jQueryUIIconsAndButtonsRepository mjQueryUIIconsAndButtonsRepository =
         new jQueryUIIconsAndButtonsRepository();
     _htmlHelper.ViewContext.HttpContext.Response.Write(
         mjQueryUIIconsAndButtonsRepository.GetIconLink(_Text,
         _Icon,
         _Direction,
         _URL,
         _htmlAttributes,
         _InnerSpanHtmlAttributes,
         _IconHtmlAttributes));
 }