private bool On_BackRequested() { if (this.Frame.CanGoBack) { m_ModelView.Clear(); this.Frame.GoBack(); return(true); } return(false); }