public string delete(int id) { if (Session[Util.ProjectConfig.ADMINUSER] == null) { return(""); } string reval = NoticeManager.DeleteNoticeByPK(id).ToString(); if (reval == "True") { AddUpdatematches(); } return(reval); }