public FirstPage(FirstPageViewModel vm = null)
 {
     InitializeComponent();
     BindingContext = vm ?? new FirstPageViewModel();
 }