public Book(Sale Good_Sale, string Book_Title, double Price, string Book_Author, string Book_Genre, string Book_Publisher) : base(Good_Sale, Book_Title, Price) { this.Book_Author = Book_Author; this.Book_Genre = Book_Genre; this.Book_Publisher = Book_Publisher; }