private async void GoToRegister()
 {
     await _navigationService.ShowRegister();
 }