public List <ClickCountEntity> GetClickCountById(string id) { BaseSetDA da = new BaseSetDA(); return(da.GetClickCountById(id)); }