public Library() { this.Catalogue = new Catalogue(); this.Readers = new List <Reader>(); }
static Catalogue() { _catalogue = Load(); }