private void frmEmtSala_Click(object sender, RoutedEventArgs e) { emtSala form = new emtSala(); form.ShowDialog(); }