public List<BAIVIET_getall_newResult> SelectBAIVIETsAll_new()
        {
            LinQDataContext db;

            using (db = new LinQDataContext(global::DAOAuction.Properties.Settings.Default.webdoantruongConnectionString))
            {
                return db.BAIVIET_getall_new().ToList<BAIVIET_getall_newResult>();
            }
            //             try
            //             {
            //                 // Save the changes.
            //                 db.SubmitChanges();
            //             }
            //             // Detect concurrency conflicts.
            //             catch (ChangeConflictException)
            //             {
            //                 // Resolve conflicts.
            //                 db.ChangeConflicts.ResolveAll(RefreshMode.KeepChanges);
            //             }
            //             return lp;
        }