@Override
 public BaremetalPxeVO addPxeServer(AddBaremetalPxeCmd cmd) {
   return getServiceByType(cmd.getDeviceType()).addPxeServer(cmd);
 }