void SetSimpleOrientationText(SimpleOrientation simpleOrientation)
 {
     this.simpleOrientation.Text = simpleOrientation.ToString();
 }
 void SetOrientationSensorText(SimpleOrientation simpleOrientation)
 {
     orientationSensorTextBlock.Text = simpleOrientation.ToString();
 }