public LoginViewModel()
 {
     SharedProfiler = ProfilHandler.GetHandler;
     Navigation = new Navigation();
 }
 public OpretProfilViewModel()
 {
     ProfilShared = ProfilHandler.GetHandler;
     Navigation = new Navigation();
 }
        public ResultatViewModel()
        {
            SharedFerie = FerieMÃ¥lHandler.GetInstance;
            Navigation = new Navigation();

        }