public void Remove客房类型Row(客房类型Row row) {
     this.Rows.Remove(row);
 }
 public 客房类型RowChangeEvent(客房类型Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Add客房类型Row(客房类型Row row) {
     this.Rows.Add(row);
 }