public Profiles GetProfileById(string email) { ProfileDAO DAO = new ProfileDAO(); return(DAO.SelectById(email)); }