public IViewComponentResult Invoke() { var count = RestaurantData.GetCountOfRestaurants(); return(View(count)); }