public ActionResult Details(int id) { var tenant = _tenantRepository.GetTenantById(id); return(View(tenant)); }