public function Profiles()
 {
     return view("profile.profiles", ["profiles" => $this->profileManager->Profiles(), "clients" => OauthClient::all()]);
 }