public IActionResult Index()
 {
     @ViewBag.Tenant     = GetTenantId();
     @ViewBag.Service    = _service.GetType().Name;
     @ViewBag.Controller = this.GetType().Assembly.GetName();
     return(View(BuildIndexPage()));
 }