public HomeMaster()
        {
            InitializeComponent();

            BindingContext = new HomeMasterViewModel();
            ListView       = MenuItemsListView;
        }
 public HomeMaster()
 {
     InitializeComponent();
     BindingContext = new HomeMasterViewModel();
     Name.Text      = app.UserProfile.Name;
     Email.Text     = app.UserProfile.Email;
     ListView       = MenuItemsListView;
 }