public PC CreatePC(IPCFactory factory)
        {
            PC pc = new PC(factory);

            return(pc);
        }