Yes it is.
I inject the IDabasecontext to the viewmodel but the view in XAML create a new viewmodel through behavior and if I dont make a static Idatacontext in my viewmodel after injection, it will be null from the view creation .
I think I missing somethig ?
Thanks a lot for help, I cannot find a different to do that