private void buttonComa_Click(object sender, RoutedEventArgs e) { calculator.Coma(); textBlockDisplay.Text = calculator.Display; }