public void TearDown()
 {
     num = null;
 }
 public void SetUp()
 {
     num = new DigitalSum();
 }