public ActionResult Edit(TodoItemViewModel tvm) { TodoClient tc = new TodoClient(); tc.Edit(tvm.todoItem); return(RedirectToAction("Index")); }