public Defect Defects(int id)
 {
     DispositionDatabase dbDisposition = new DispositionDatabase();
     return dbDisposition.GetDefectById(id);
 }