public TodoCollectionSource(Task[] items)
 {
     tableItems = items.ToList();
 }