public void SetTask(ChoresController d, Chore task) { Delegate = d; currentTask = task; }
public ChoresTableSource(ChoresController c) { this.controller = c; }