public void ThemKH(DTOKhachHang dtoKH)
 {
     DAO_Entity dao = new DAO_Entity();
     dao.ThemKhachHang(dtoKH);
 }