public void register(String email, String password) {
   cc.register(email, password);
 }