private void Button_Click(object sender, RoutedEventArgs e)
        {
            InfoCliente ic = new InfoCliente();

            this.Close();
            ic.Show();
        }