public async Task <IActionResult> DeleteConfirmed(System.Int32 id) { await _dataAccess.DeleteTenant(id); return(RedirectToAction("Index")); }