public static string Image(this HtmlHelper helper, ViewPage pg, string fileName, string attributes)
 {
     return Image(helper, pg.SiteRoot(), fileName, attributes);
 }
 public static string Script(this HtmlHelper helper, ViewPage pg, string viewDir, string fileName)
 {
     return Script(helper, pg.SiteRoot(), viewDir, fileName);
 }
 public static string CSS(this HtmlHelper helper, ViewPage pg, string fileName)
 {
     return CSS(helper, pg.SiteRoot(), fileName);
 }