private void FinishStep(object sender, BodyPartEventArgs e)
 {
     SelectedPart = e.Part;
     ProcessStep?.Invoke(sender, EventArgs.Empty);
 }