private void OnCancelCommand()
 {
     ImportantPartRejesterEntity.Update();
     ImportantPartRejesterEntity.RaisALL();
     childWindow.DialogResult = false;
 }