public UserWorkHistoryService(IMapper mapper, IUserWorkHistoryRepository repository)
 {
     _mapper     = mapper;
     _repository = repository;
 }