public bool DeleteCTHD(DTO_CTHD a)
 {
     return(dalhd.DeleteCTHD(a));
 }