public async Task <bool> CheckBarCodeExists(string code) { return(await _repoGlue.CheckBarCodeExists(code)); }