public int AddInspection(InspectionClass inspection)
 {
     return(dal.AddInspection(inspection));
 }