public int CompareTo(IInspectionResult other)
 {
     return(Inspection.CompareTo(other.Inspection));
 }