public function get_user($user_id)
 {
     return WP_User::get_instance($user_id);
 }