public Task <string> ViewForSmallRecipeSearch(string word, string stores)
        {
            var           recipe = new AddHtmlToRecipe();
            Task <string> result = recipe.ShowRecipeSmallViewSearchAsync(word, stores, _context);

            return(result);
        }