public override async void OnPop()
 {
     if (!m_CreateNewAssignment)
     {
         await m_ViewModel.Revert();
     }
 }