private void MetroWindow_Closed(object sender, EventArgs e)
 {
     Instance = null;
 }
 public Group()
 {
     InitializeComponent();
     Instance = this;
 }