static public bool VerifySubtract(Term term1, Term term2)
 {
     return(true);
 }
 static public bool VerifyDivide(Term term1, Term term2)
 {
     return(true);
 }
 static public bool VerifyAdd(Term term1, Term term2)
 {
     return(true);
 }
 static public bool VerifyMultiply(Term term1, Term term2)
 {
     return(true);
 }