protected override string RunInBackground(params string[] @params)
        {
            string      url  = @params[0];
            HttpHandler http = new HttpHandler();

            lec.course = newannoun;
            string json = JsonConvert.SerializeObject(lec);

            http.DeleteHttpData(url, json);
            return(string.Empty);
        }