// this will be called before the view is displayed
 public void SetTodo(TodoItem todo)
 {
     Current = todo;
 }
 public ContactHelper(TodoItem todo)
 {
     current = todo;
 }