private void btnStatus_Click(object sender, RoutedEventArgs e)
 {
     _parentControl.Status(_parentContext);
 }