public static string GenerateIconValue(string id)
 {
     return(String.Format("~/media/{0}.ashx?h=16&thn=1&w=16", MainUtil.ShortenGuid(id)));
 }