public bool Insert(KhachHang_DTO kh)
 {
     return(kh_dal.Insert(kh));
 }