void start_next_calculation()
 {
     if (_operator == null)
     {
         _operands.ClearAndSet(Display);
     }
 }