protected T RefreshEntityFromDatabase(int id) { RefreshTransaction(); return(BasicRepository.Load(id)); }