public Locker(BaseCollection <TEntity> collection)
 {
     _collection = collection;
     _collection.LockRaiseEvent = true;
 }
 public BaseViewModel()
 {
     Items = new BaseCollection <TEntity>();
 }