private void Grid_MouseDown(object sender, MouseButtonEventArgs e)
 {
     StaticVar.setView(control);
     StaticVar.HideBackground();
 }