public void RemovetblphoneNumbersRow(tblphoneNumbersRow row) {
     this.Rows.Remove(row);
 }
 public tblphoneNumbersRowChangeEvent(tblphoneNumbersRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddtblphoneNumbersRow(tblphoneNumbersRow row) {
     this.Rows.Add(row);
 }