public AccessControlsController(IAccessControlService AccessControlService, IMachineService MachineService, IAccessControlTransactionService AccessControlTransaction)
 {
     _AccessControlService     = AccessControlService;
     _MachineService           = MachineService;
     _AccessControlTransaction = AccessControlTransaction;
 }
 public AccessControlTransactionsController(IAccessControlTransactionService AccessControlTransactionService)
 {
     _AccessControlTransactionService = AccessControlTransactionService;
 }