public async Task <ActionResult> DeleteConfirmed(int id) { await _commentDal.DeleteByIdAsync(id); return(RedirectToAction("Index")); }