public User getByEmail(String email) {
   return userDao.getByEmail(email);
 }