public HtmlHandler(int width)
 {
     this.Width = width;
     Height = 0;
     Container = new ResizingContainer(Width, Height, "container____");
 }
 public HtmlHandler(int width)
 {
     this.Width = width;
     Height     = 0;
     Container  = new ResizingContainer(Width, Height, "container____");
 }