private void metroTileStaff_Click(object sender, EventArgs e) { var Form = new StaffForm(); Form.Show(); }