private void button4_Click(object sender, EventArgs e)
        {
            Thuyen4 lv4 = new Thuyen4();

            lv4.Show();
            this.Close();
        }
        private void btncaudung_Click(object sender, EventArgs e)
        {
            Thuyen4 thuyen4 = new Thuyen4();

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