internal void show_2_choose(f994_phan_quyen_detail f994_phan_quyen_detail)
 {
     m_frm = f994_phan_quyen_detail;
     this.ShowDialog();
     f994_phan_quyen_detail = m_frm;
 }
 private void m_cmd_phan_quyen_chi_tiet_Click(object sender, EventArgs e)
 {
     try
     {
         f994_phan_quyen_detail v_frm = new f994_phan_quyen_detail();
         m_tab_add.AddTab(xtraTabControl1, v_frm.Name, v_frm.Text, v_frm, new UserControl());
     }
     catch (System.Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }