public void SetTask(ItemViewController d, ContactModel task)
 {
     Delegate    = d;
     currentTask = task;
 }
 // this will be called before the view is displayed
 public void SetTask(ItemViewController d, Chores task)
 {
     Delegate    = d;
     currentTask = task;
 }