public IViewComponentResult Invoke() { var count = recipeData.GetCountOfRecipes(); return(View(count)); }