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