public static bool DeleteEvent(string idevent)
        {
            int   id    = Convert.ToInt32(HttpContext.Current.Session["UserID"]);
            Garge garge = new Garge(id);

            return(garge.UpdateShowEvent(idevent));
        }