private void ButtonInfo_Click(object sender, RoutedEventArgs e)
 {
     FacilityDataVM.Question(true);
 }
 private void selectedCompany_EditValueChanged(object sender, EditValueChangedEventArgs e)
 {
     FacilityDataVM.Question(false);
 }