public IEnumerable <Employer> GetAll()
 {
     return(_employerRepository.All());
 }