public JsonResult GetJobTitle(int id) { var scale = service.GetJobTitle(id); return(Json(scale, JsonRequestBehavior.AllowGet)); }