public bool UpdateDeviceImage(int deviceId, byte[] image) { return(deviceDao.UpdateDeviceImage(deviceId, image)); }