public ActionResult Enable(int id)
 {
     contentManagerService.Enable(id);
     return(Json(new { Success = true }));
 }