private void Worker1UpdateExecute()
 {
     _workOrderRepository.UpdateWorkingData(CurrentWorker1Workings.Value);
 }