using Model; namespace Views; public partial class MyProfil : ContentPage { public MasterManager Master => App.Master; public User user => (App.Current as App).CurrentUser; public MyProfil() { InitializeComponent(); BindingContext = this; } }