public void RaisePropertyChanged(PropertyChangedEventArgs e)
 {
     NotifyPropertyChanged?.RaiseEvent("PropertyChanged", e);
 }