public int Ad_Comment(DiscountZone discountZone)
    {
        int _ActionResult = -1;

        try
        {
            using (BC_DiscountZone bc = new BC_DiscountZone())
            {
                return(bc.InsertComment(discountZone));
            }
        }
        catch
        {
            throw;
        }
    }