public async Task <IActionResult> DeleteConfirm(int id) { await StudentDb.DeleteById(id, context); return(RedirectToAction("Index")); }