public ViewResult Index() { var model = toDoListRepository.Details(); return(View("~/Views/ToDoList/Index.cshtml", model)); }