public ReactiveObservableCollection(ReactiveTable table)
 {
     _table = table;
     _table.Subscribe(OnNext);
 }