public Album GetAlbumByID(int id) { AlbumDAO albumDAO = new AlbumDAO(); return albumDAO.GetAlbumById(id); }