public IViewComponentResult Invoke() { var count = resturantData.GetCountOfResturants(); return(View(count)); }