private void picHome_Click(object sender, EventArgs e)
        {
            Home h = new Home();

            Functions.FormShow(h, this);
        }