public List <SecurityMatchDTO> LoadSecurityOfUser(string strUserID) { return(SecurityDAO.LoadSecurityOfUser(m_db, strUserID)); }