public static User getUser() {
   return GAE.getUser();
 }
 public static String getEmail() {
   return GAE.getUser().getEmail();
 }