private void appendTextInCalculatorDisplay(String text) {
   calculator.getDisplay().append(text);
 }