public IViewComponentResult Invoke()
        {
            var count = restaurantData.CountRestaurants();

            return(View(count));
        }