/// <summary>
        /// Event handler which starts the MU test
        /// </summary>
        /// <param name="sender">The UI element that originated this event</param>
        /// <param name="e">Routed event args</param>
        private void BeginMUTest(object sender, RoutedEventArgs e)
        {
            MPS115CTC1 module = this.DataContext as MPS115CTC1;

            module.BeginMUTest();
        }