public async Task <IHttpActionResult> GetEmployerList() { var art = await objEmployer.GetEmployerList(); return(Ok(art)); }