public void Delete(T obj)
 {
     data.RegisterRemoved(obj);
 }