private void ShowProfileForm(DataTable dt, int id, string fullName) { ProfileForm pForm = new ProfileForm(dt, id, fullName); pForm.Show(); }