public AboutViewModel()
        {
            Title = "Aplicacion de pruebas";
            var conn = RestService.CheckConnection();

            //var colle = new CollectionView();
            notificationManager = DependencyService.Get <INotificationManager>();
            notificationManager.NotificationReceived += OnNotificationReceived;
        }