public RepresentantService(IRepresentantRepository representantRepository, IUnitOfWork unitOfWork)
 {
     this.representantRepository = representantRepository;
     this.unitOfWork             = unitOfWork;
 }