public static bool Insert(SuKien_HoSoThamDu dto)
        {
            try
            {
                VNSCDataContext VNSC = SQL_Connection.CreateSQlConnection();

                VNSC.SuKien_HoSoThamDus.InsertOnSubmit(dto);
                VNSC.SubmitChanges();
                return true;
            }
            catch (System.Exception ex)
            {
                return false;
            }
        }
        private void pbHoanTat_HL_Click(object sender, EventArgs e)
        {
            //Nhap vao CSDL
            if (sSelect == "THÊM")
            {
                NewSuKien_HoSo();

                if (SuKien_HoSo_BUS.Insert(dto_SuKien_HoSo))
                {
                    if (!gbHuanLuyen.Visible)
                    {
                        gbHuanLuyen.Visible = true;
                    }

                    if (InsertSuKien_HuanLuyen(list_UC_HuanLuyen))
                    {
                        SuKien_HoSoThamDu Temp = new SuKien_HoSoThamDu();
                        Temp.MaSuKien = iMaSuKien;
                        Temp.MaSuKien_HoSo = sMaSuKien_HoSo;

                        if (SuKien_HoSoThamDu_BUS.Insert(Temp))
                        {
                            if (bNewAvatar)
                            {
                                if (!File_Function.savePic(list_FolderAvatar, setAvatarPath(sMaSuKien_HoSo, sNgayCapNhat), (Bitmap)pbAvatar.Image))
                                {
                                    frm_Notice = new Form_Notice("Kiểm tra Avatar của hồ sơ đang mở!", false);
                                }
                            }

                            Cancel();
                        }
                        else
                        {
                            Form_Notice frm = new Form_Notice("Không thể tạo Hồ Sơ!", false);
                        }
                    }
                    else
                    {
                        Form_Notice frm = new Form_Notice("Không thể tạo Khóa Huấn Luyện!", false);
                    }
                }
                else
                {
                    Form_Notice frm = new Form_Notice("Không thể tạo Hồ Sơ!", false);
                }
            }

            if (sSelect == "SỬA")
            {
                sNgayCapNhatTruoc = dto_SuKien_HoSo.NgayCapNhat;
                NewSuKien_HoSo();

                if (SuKien_HoSo_BUS.UpdateSuKien_HoSoInfo(dto_SuKien_HoSo))
                {
                    if (UpdateSuKien_HuanLuyen())
                    {
                        if (bNewAvatar)
                        {
                            if (!File_Function.savePic(list_FolderAvatar, setAvatarPath(sMaSuKien_HoSo, sNgayCapNhat), (Bitmap)pbAvatar.Image))
                            {
                                frm_Notice = new Form_Notice("Kiểm tra Avatar của hồ sơ đang mở!", false);
                            }
                        }

                        setAvatarPath(sMaSuKien_HoSo, sNgayCapNhatTruoc);
                        sAvatarPath = Path.Combine(File_Function.getFinalFolder(list_FolderAvatar), sAvatarPath);

                        pbAvatar.Visible = false;
                        if (File.Exists(sAvatarPath))
                        {
                            //try
                            //{
                            //    imgAvatar.Dispose();
                            //}
                            //catch
                            //{
                            //    //khong lam gi het
                            //}

                            //try
                            //{
                            //    imgZoom.Dispose();
                            //}
                            //catch
                            //{
                            //    //khong lam gi het
                            //}

                            //try
                            //{
                            //    pbAvatar.Image.Dispose();
                            //}
                            //catch
                            //{
                            //    //khong lam gi het
                            //}

                            try
                            {
                                File.Delete(sAvatarPath);
                            }
                            catch
                            {
                                MessageBox.Show("Error");
                                //khong lam gi het
                            }
                        }

                        Cancel();
                    }
                    else
                    {
                        Form_Notice frm = new Form_Notice("Không thể cập nhật Hồ Sơ!", false);
                    }
                }
                else
                {
                    Form_Notice frm = new Form_Notice("Không thể cập nhật Hồ Sơ!", false);
                }
            }
        }
 public static bool UpdateSuKien_HoSoThamDuInfo(SuKien_HoSoThamDu dto)
 {
     return SuKien_HoSoThamDu_DAO.UpdateSuKien_HoSoThamDuInfo(dto);
 }
 public static bool Insert(SuKien_HoSoThamDu dto)
 {
     return SuKien_HoSoThamDu_DAO.Insert(dto);
 }
        public static bool UpdateSuKien_HoSoThamDuInfo(SuKien_HoSoThamDu dto)
        {
            //Khong co update

            return true;
        }
 partial void DeleteSuKien_HoSoThamDu(SuKien_HoSoThamDu instance);
 partial void UpdateSuKien_HoSoThamDu(SuKien_HoSoThamDu instance);
 partial void InsertSuKien_HoSoThamDu(SuKien_HoSoThamDu instance);
		private void detach_SuKien_HoSoThamDus(SuKien_HoSoThamDu entity)
		{
			this.SendPropertyChanging();
			entity.SuKien_HoSo = null;
		}
		private void attach_SuKien_HoSoThamDus(SuKien_HoSoThamDu entity)
		{
			this.SendPropertyChanging();
			entity.SuKien = this;
		}