private void DeleteRoom_CD_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     DeleteRoom_CD.Hide();
 }
 private void DeleteRoom_CD_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     //App.Home.Rooms.Remove(Room);
     DeleteRoom_CD.Hide();
     this.Frame.Navigate(typeof(MainPage), new DrillOutThemeAnimation());
 }