private void show_change_password()
        {
            string v_str_ten_truy_cap = CAppContext_201.getCurrentUserName();
            US_HT_NGUOI_SU_DUNG v_us_ht_nguoi_dung = new US_HT_NGUOI_SU_DUNG();

            v_us_ht_nguoi_dung.InitByTenTruyCap(v_str_ten_truy_cap);
            f998_ht_nguoi_su_dung_de v_f998_change_password = new f998_ht_nguoi_su_dung_de();

            v_f998_change_password.change_password(v_us_ht_nguoi_dung, "Y", "Y");
        }
 private void show_change_password()
 {
     string v_str_ten_truy_cap = CAppContext_201.getCurrentUserName();
     US_HT_NGUOI_SU_DUNG v_us_ht_nguoi_dung = new US_HT_NGUOI_SU_DUNG();
     v_us_ht_nguoi_dung.InitByTenTruyCap(v_str_ten_truy_cap);
     f998_ht_nguoi_su_dung_de v_f998_change_password = new f998_ht_nguoi_su_dung_de();
     v_f998_change_password.change_password(v_us_ht_nguoi_dung, "Y","Y");
 }