public function getAllUsersNameAndAccountStatus()
 {
     return $this->user->select('id', 'username', 'email', 'status')->get();
 }