//insert  update delete CTHD
 public bool InsertCT_HD(DTO_CTHD a)
 {
     return(dalhd.InsertCTHD(a));
 }