public TLTPreferencesController(ITLTPreferencesService iTLTPreferencesService,
                                 IEmployeeService iEmployeeService,
                                 IMerchantService iMerchantService)
 {
     this.iTLTPreferencesService = iTLTPreferencesService;
     this.iEmployeeService       = iEmployeeService;
     this.iMerchantService       = iMerchantService;
 }