public LayoutAttribute(Wide wide)
 {
     this.Wide = wide;
 }
 public static string GetWide(Wide wideFilter)
 {
     return WideCss[wideFilter];
 }