public void Dispose()
 {
     mathArea = null;
 }
 public AreaTriangleTest()
 {
     mathArea = new MathArea();
 }