public List <Profiles> GetAllProfiles() { ProfileDAO DAO = new ProfileDAO(); return(DAO.SelectAll()); }