// GET: api/Person
 public List <Person> GetEmployerTable()
 {
     return(helper.GetAllPersons());
 }