private void m_cmd_them_Click(object sender, EventArgs e)
 {
     try
     {
         f111_DM_LOP_SINH_VIEN_DE v_f = new f111_DM_LOP_SINH_VIEN_DE();
         v_f.ShowDialog();
         load_data_2_grid();
     }
     catch
     {
         MessageBox.Show("Đã xảy ra lỗi trong hệ thống!");
     }
 }
        private void m_cmd_them_Click(object sender, EventArgs e)
        {
            try
            {
                f111_DM_LOP_SINH_VIEN_DE v_f = new f111_DM_LOP_SINH_VIEN_DE();
                v_f.ShowDialog();
                load_data_2_grid();

            }
            catch
            {
                MessageBox.Show("Đã xảy ra lỗi trong hệ thống!");
            }
        }