public void AddtblDoktorBilgisiDVORow(tblDoktorBilgisiDVORow row) {
     this.Rows.Add(row);
 }
 public void RemovetblDoktorBilgisiDVORow(tblDoktorBilgisiDVORow row) {
     this.Rows.Remove(row);
 }
 public tblDoktorBilgisiDVORowChangeEvent(tblDoktorBilgisiDVORow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }