public CreateAppleVendorString()
 {
     _netBootProfileServices = new NetBootProfileServices();
     _appleVendorDTO         = new AppleVendorDTO();
 }
 public NetBootProfileController()
 {
     _netBootProfileServices = new NetBootProfileServices();
 }