public ActionResult Create(TodoModel todo) { todos.CreateTodo(todo); return(RedirectToAction("Index")); }