public void OpenInspection(  )
 {
     CurrentInspection     = JsonController.OpenJsonFile <Inspection>(Properties.Settings.Default.DefaultInspectionFolder, FileName);
     CurrentInspectionData = new BindableCollection <Inspect>(CurrentInspection.InspectionData);
     FileName = CurrentInspection.Name;
 }