private void btnEditProfile_Click(object sender, EventArgs e) { EditUserProfile f3 = new EditUserProfile(financeManager.GetUserData()); f3.Show(); }