public void Addlog_callRow(log_callRow row) {
     this.Rows.Add(row);
 }
 public void Removelog_callRow(log_callRow row) {
     this.Rows.Remove(row);
 }
 public log_callRowChangeEvent(log_callRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }