public void insertComments(int idx, SourceTextComment el) { __setDirty(true); allComments().Insert (idx, el); NotifyControllers(null); }