public JsonResult DeleteEML(int id) { subscriber.Delete(id); return(Json(JsonRequestBehavior.AllowGet)); }