public void ResetAlbum(AlbumRow albumRow) { _mapper.Map(albumRow.Original, albumRow); albumRow.State = RowState.None; }