public async Task <IActionResult> DeleteConfirmed(int id) { _ps.Deactivate(id); return(RedirectToAction(nameof(Index))); }