public bool Delete(object TestDetailId)
 {
     return(TResultDetail.Delete(TestDetailId) == 1);
 }