public void ChangeStatus(object obj)
 {
     service.ChangeStatus(SelectedSensor);
     LoadData();
 }