public void AddProjectCostingSheetsNavigatorRow(ProjectCostingSheetsNavigatorRow row) {
     this.Rows.Add(row);
 }
 public void RemoveProjectCostingSheetsNavigatorRow(ProjectCostingSheetsNavigatorRow row) {
     this.Rows.Remove(row);
 }
 public ProjectCostingSheetsNavigatorRowChangeEvent(ProjectCostingSheetsNavigatorRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }