public IActionResult Add(Todo todo) { todoRepository.AddRow(todo); return(RedirectToAction("List")); }