public bool IsCitizenRepeat(string eventid) { SM_CitizenServicesBLL bll = new SM_CitizenServicesBLL(); return(bll.IsCitizenRepeat(eventid)); }