public async Task <ICollection <JobTitle> > GetJobTitleList() { try { var res = await _repository.GetJobTitlesList(); return(res); } catch (Exception ex) { throw ex; } }