public void SetUp()
 {
     Histogram = new LineWidthHistogram();
 }
 public void TearDown()
 {
     Histogram = new LineWidthHistogram();
 }