public Task <PaginatedList <User> > GetCandidates(int jobId, QPage qPage) { return(jobRepository.GetCandidates(jobId, qPage)); }