//User public List <UserDTO> LoadSecurityOfScreenForUserLevel(int iScreenID) { return(SecurityDAO.LoadSecurityOfScreenForUserLevel(m_db, iScreenID)); }