// GET api/<controller>/5 public Job Get(int id) { var job = LSA.GetJob(_context, id); return(Mapper.Map <Engine.Job, Job>(job)); }