public ActionResult OAdd(Community entity) { OperationResult or = CommunityService.Add(entity); return(this.JsonFormat(or)); }