public bool Delete(int id)
 {
     return(_todo.RemoveTodo(User.Identity.Name, id));
 }