public void DeleteRowSave(int rowId) { ContentApp article = ctx.app.obj as ContentApp; if (sectionService.Count(ctx.app.Id, rowId) > 0) { echoToParentPart(alang("exRemoveSectionFirst")); return; } article.DeleteRow(rowId, ctx.app.Id); echoToParentPart(lang("opok")); }