public static BulkInsertBase Load(List <HashInfo> hashes)
        {
            // create a new object to return
            BulkInsertBase bulker = new BulkInsert_PacketInfo();

            bulker._hashes = hashes;

            return(bulker);
        }
        public static BulkInsertBase Load(List<HashInfo> hashes)
        {
            // create a new object to return
            BulkInsertBase bulker = new BulkInsert_PacketInfo();

            bulker._hashes = hashes;

            return bulker;
        }