public void Print()
 {
     Console.WriteLine("Number is at:" + _calc.Get());
 }