public int AddInspectionDetail(InspectionDetailClass inspectionDetail)
 {
     return(dal.AddInspectionDetail(inspectionDetail));
 }