public void RemoveOtherCategoryListRow(OtherCategoryListRow row) {
     this.Rows.Remove(row);
 }
 public OtherCategoryListRowChangeEvent(OtherCategoryListRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOtherCategoryListRow(OtherCategoryListRow row) {
     this.Rows.Add(row);
 }