public InspectionReportVM(InspectionReport inspectionReport)
 {
     this._inspectionReport = inspectionReport;
 }
 public InspectionReportVM()
 {
     _inspectionReport = new InspectionReport();
 }