public DataTable Report_DisplayInspectionByStaffCode(InspectionClass inspection)
 {
     return(dal.DisplayInspectionByStaffCode(inspection));
 }