public IActionResult ChangeState(string title) { TodoAppService.ChangeState(title); return(View("Index", TodoAppService.GetAll())); }