public ActionResult Get(int id) { T_Module module = moduleService.GetEntity(m => m.Id == id); return(Json(module, JsonRequestBehavior.AllowGet)); }