public JobOpenedPage()
        {
            this.InitializeComponent();

            this.currentViewModel = new ViewModels.JobOpenedViewModel();

            this.DataContext = this.currentViewModel;
        }
        public JobOpenedPage()
        {
            this.InitializeComponent();

            this.currentViewModel = new ViewModels.JobOpenedViewModel();

            this.DataContext = this.currentViewModel;
        }