private void m_cmd_them_quy_tien_Click(object sender, EventArgs e)
 {
     try
     {
         f354_danh_sach_quy_thuong_de v_frm = new f354_danh_sach_quy_thuong_de();
         var v_us_quy_tien = v_frm.Display_for_le_tet();
         if(v_us_quy_tien.dcID > 0)
         {
             fill_data_quy_tien_thuong();
             m_sle_quy_tien_thuong.EditValue = v_us_quy_tien.dcID;
             m_sle_quy_tien_thuong.Focus();
         }
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }
        private void hien_thi_form_them_quy_tien()
        {
            f354_danh_sach_quy_thuong_de v_frm = new f354_danh_sach_quy_thuong_de();
            var v_us_quy_tien = v_frm.Display_for_thuong_2014();
            if(v_us_quy_tien.dcID > 0)
            {

                //m_sle_quy_tien_thuong.EditValue = v_us_quy_tien.dcID;
                fill_data_quy_tien_thuong();
                m_sle_quy_tien_thuong.Focus();
                m_sle_quy_tien_thuong.ShowPopup();
            }
        }