private void logininfobtn_click(object sender, EventArgs e) { EpicLogin LoginInfoForm = new EpicLogin(); LoginInfoForm.ShowDialog(); }