private async void AysnInit(object sender, object e)
 {
     _initTimer.Stop();
     await _view.AsyncInit();
 }