public async Task <ActionResult> Disapprove(int id, string comment) { await db.Disapprove(id, comment); return(RedirectToAction("Index")); }