public ApplicationServices(IMapper mapper, JobApplicationDBContext context)
 {
     _context = context;
     _mapper  = mapper;
 }