public void Print() { Console.WriteLine($"Book={this.Nume}- Year={this.Year} Price={this.Price}"); Author.Print(); Console.WriteLine(); }