private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     this.valuesTextBox.Text = Ex3dCalculations.ArrayToString(this.values);
 }