public void createDevice(DeviceVO deviceVO) throws MSMApplicationException {
   deviceManager.createDevice(deviceVO);
 }