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