public tblCardEventService(ItblCardEventRepository _tblCardEventRepository, ItblLoopEventRepository _tblLoopEventRepository, ItblLaneService _tblLaneService, ItblCardService _tblCardService, ItblCustomerService _tblCustomerService)
 {
     this._tblCardEventRepository = _tblCardEventRepository;
     this._tblLoopEventRepository = _tblLoopEventRepository;
     this._tblCardService         = _tblCardService;
     this._tblLaneService         = _tblLaneService;
     this._tblCustomerService     = _tblCustomerService;
 }
 public tblLoopEventService(ItblLoopEventRepository _tblLoopEventRepository)
 {
     this._tblLoopEventRepository = _tblLoopEventRepository;
 }