public void CreateComputer(ComputerBuilder computerBuilder)
 {
     computerBuilder.AddCase();
     computerBuilder.AddMotherboardWithProcessor();
 }