public void RemoveRecentPlaylistRow(RecentPlaylistRow row) {
     this.Rows.Remove(row);
 }
 public RecentPlaylistRowChangeEvent(RecentPlaylistRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddRecentPlaylistRow(RecentPlaylistRow row) {
     this.Rows.Add(row);
 }