public void refresh() {
   if (status == EntityStatus.LOADED) {
     unitOfWork.refresh(this);
   }
 }