Inheritance: UITableViewController
 // this will be called before the view is displayed
 public void SetTask(RootViewController d, TodoItem task)
 {
     Delegate    = d;
     currentTask = task;
 }
		// this will be called before the view is displayed 
		public void SetTask (RootViewController d, TodoItem task) 
		{
			Delegate = d;
			currentTask = task;
		}