public Computer(GraphicCard graphicCard, CPU cpu, Motherboard motherboard) { GraphicsCard = graphicCard; CPU = cpu; Motherboard = motherboard; }