public List <EmploymentTypes> GetEmploymentTypes()
 {
     return(_EmploymentTypesRepository.BrowseEmploymentTypes());
 }