private void NewPage_Load(object sender, EventArgs e)
 {
     regpanel.Hide();
     pnlNanny.Hide();
     pnlBabysitter.Hide();
     PnlAbout.Show();
 }
 private void bunifuFlatButton7_Click(object sender, EventArgs e)
 {
     PnlAbout.Show();
 }