public Window() { InitializeComponent(); this.Calc = new Calculator(); this.Op = new Operator(); this.LastOperation = ""; }