this.datagridLeft.ClearSelection();
this.datagridLeft.Refresh();
this.datagridLeft.EndEdit();
this.datagridRight.ClearSelection();
this.datagridRight.RefreshEdit();
this.datagridRight.EndEdit();