public void DeleteOnSubmit(TEntity entity) { EntitiesDeleted.Add(entity); }
protected void OnDeleteComplete(HiveId id) { EntitiesDeleted.Add(id); }