private void AddDeviceButton_Click(object sender, EventArgs e) { DeviceUtil.CreateDevice(CurrentDeviceData); UpdateDeviceList(); }