void m_cmd_refresh_Click(object sender, EventArgs e)
        {
            try
            {
                m_txt_dien_thoai.Text      = "";
                m_txt_dien_thoai_qlht.Text = "";
                m_txt_ho_ten.Text          = "";
                m_txt_ma_hoc_vien.Text     = "";
                m_txt_ma_lop.Text          = "";
                m_cbo_truong.SelectedIndex = 0;
                m_txt_noi_sinh.Text        = "";
                m_dtp_ngay_sinh.Value      = CAppContext_201.getCurentDate();
                CGridUtils.ClearDataInGrid(m_fg);

                m_bl_luu_cau_hoi  = false;
                m_bl_luu_cuoc_goi = true;
            }
            catch (Exception v_e)
            {
                CSystemLog_100.ExceptionHandle(v_e);
            }
        }