public MotherBoard makeMotherBoard()
        {
            MultiMediaMotherBoard newMotherBoard = new MultiMediaMotherBoard();

            return(newMotherBoard);
        }
 public MotherBoard makeMotherBoard()
 {
     MultiMediaMotherBoard newMotherBoard = new MultiMediaMotherBoard();
     return newMotherBoard;
 }