public async Task <IActionResult> Delete(int Id) { await _ps.RemoveAsync(Id); return(RedirectToAction(nameof(Index))); }