public void RemoveOfficeTypes_LKPRow(OfficeTypes_LKPRow row) {
     this.Rows.Remove(row);
 }
 public OfficeTypes_LKPRowChangeEvent(OfficeTypes_LKPRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOfficeTypes_LKPRow(OfficeTypes_LKPRow row) {
     this.Rows.Add(row);
 }