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