public ActionResult isRead(int noteId, string currentView) { db.NoteRead(noteId); return(RedirectToAction(currentView)); }