public static bool Delete(System.Guid idx, DbTransaction trans = null, string zoneId = "")
        {
            GambleOptionProvider provider = new GambleOptionProvider(zoneId);

            return(provider.Delete(idx, trans));
        }