public Employer GetById(string id)
 {
     return(_employerRepository.GetEmployerById(id));
 }