public MotherBoard(Cpu cpu, RAM ram, IDrawable video) { cpu.AttachTo(this); this.ramOnTheBoard = ram; this.integratedVideoCard = video; }