private void metroTile2_Click(object sender, EventArgs e) { BookTrain bt = new BookTrain(); this.Hide(); bt.ShowDialog(); this.Close(); }