private void SendDataToFormThongTinCV() { int ID_CongViec = Convert.ToInt32(fg[fg.Row, "ID_CongViec"]); m_fFrmCv = new frmCongViec(ID_CongViec, true); m_fFrmCv.Show(); }