public void RegisterUpdate(T entity, IUnitOfWorkRepository<T> repository)
 {
     repository.PersistUpdateItem(entity);
 }