public function emailExists($email)
 {
     return SQLiteUser::emailExists($email);
 }