private void BackSpace()
 {
     Debug.Log("BackSpace");
     displayPanel.BackSpace();
 }