function remove(x) {
    var wrapper = $("tr").filter($(x).parents());
    var id = x.id;
    var url = "/api/group/eliminate/" + id;
    custom_alert("Message","are you sure you want to eliminate this Group?")