public Boolean capNhapHoSoKhachHang(string id, List <string> ds_)
 {
     return(khachHangModel.capNhapHoSoKhachHang(id, ds_));
 }