public void RemoveJuntionLiner2CommentRow(JuntionLiner2CommentRow row) {
     this.Rows.Remove(row);
 }
 public JuntionLiner2CommentRowChangeEvent(JuntionLiner2CommentRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddJuntionLiner2CommentRow(JuntionLiner2CommentRow row) {
     this.Rows.Add(row);
 }