public static function createDefault()
 {
     $v = new Appuser();
     $v->defaultAllFields();
     return $v;
 }