public IActionResult AddNew(Todo t)
 {
     todorep.AddNew(t);
     return(RedirectToAction("List"));
 }