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

            return(newMotherBoard);
        }