public void AddmestoDataTableRow(mestoDataTableRow row) {
     this.Rows.Add(row);
 }
 public void RemovemestoDataTableRow(mestoDataTableRow row) {
     this.Rows.Remove(row);
 }
 public mestoDataTableRowChangeEvent(mestoDataTableRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }