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);
 }