private void LoadLocalData()
 {
     publishers = publisherRepository.GetAllLocal();
     authors    = authorRepository.GetAllLocal();
     AddNewAuthorIfEmpty();
 }