public void RemovesongsRow(songsRow row) {
     this.Rows.Remove(row);
 }
 public songsRowChangeEvent(songsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddsongsRow(songsRow row) {
     this.Rows.Add(row);
 }