private async void SearchScanProduct()
        {
            productsFilter = await scanService.Scanner();

            SearchProduct();
        }