public void RemoveOfficesCommunication_LKPRow(OfficesCommunication_LKPRow row) {
     this.Rows.Remove(row);
 }
 public OfficesCommunication_LKPRowChangeEvent(OfficesCommunication_LKPRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOfficesCommunication_LKPRow(OfficesCommunication_LKPRow row) {
     this.Rows.Add(row);
 }