public faghareRow AddfaghareRow(doaRow parentdoaRowBydoafaghare, int row, string subject) {
     faghareRow rowfaghareRow = ((faghareRow)(this.NewRow()));
     rowfaghareRow.ItemArray = new object[] {
             null,
             parentdoaRowBydoafaghare[0],
             row,
             subject};
     this.Rows.Add(rowfaghareRow);
     return rowfaghareRow;
 }
 public void AdddoaRow(doaRow row) {
     this.Rows.Add(row);
 }
 public void RemovedoaRow(doaRow row) {
     this.Rows.Remove(row);
 }
 public doaRowChangeEvent(doaRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }