public static void DeleteWorkLogsAccept(List <WorkLog> acceptWorkLogs, IDriverDB driver)
 {
     driver.DeleteWorkLogsAccept(acceptWorkLogs);
 }