public UserProfile FindUserByEmail(string email) { UserProfile u = UserProfileDao.FindByEmail(email); return(u); }