public CalculatorViewModel()
 {
     _history = new History();
     LoadHistory();
     
 }