public Notebook(string model, int price, int weight, Display display, Motherboard motherboard) : base(model, price, motherboard, display) { this.weight = weight; }