public List <UserGroupDTO> SearchData(string strGroupName, string strDescription, string strMember) { return(m_daoUserGroup.Search(strGroupName, strDescription, strMember)); }