public void DeleteTask(TaskViewModel task) { TaskList.Remove(task); }
public void AddTask(TaskViewModel task) { TaskList.Add(task); }