public void TearDown()
 {
     math = null;
 }
 public void SetUp()
 {
     math = new DivideTwoNumbers();
 }