public IHttpActionResult GetEmployments() { var employments = service.GetAll(); return(Ok(employments)); }