public Songs() { AuthorsData = new Authors(); }
public ProgramDetails() { SongsData = new Songs(); AuthorsData = new Authors(); }