public IActionResult Index() { var tenants = _tenantRepository.GetAllTenant(); return(View(tenants)); }