public void Init()
 {
     testCalculator   = new Calculator();
     testActualResult = 0;
 }