public void Edit(Common.Task newT) { this.BLL.Edit(newT); }
public void Create(Common.Task task) { this.BLL.Create(task); }