temp = Membership_Data [MembershipID == input.DMembershipID];
input.DOrganization = temp.Organization;
input.DFirst_Name = temp.First_Name;
input.DLast_Name = temp.Last_Name;
input.DDegree1 = temp.Degree1;
input.DEmail_Address = temp.Email_Address;
input.DPhone_Number = temp.Phone_Number;
input.DFax_Number = temp.Fax_Number;
input.DAddress_1 = temp.Address_1;
input.DAddress_2 = temp.Address_2;
input.DCity = temp.City;
input.DState = temp.State;
input.DMailing_Code = temp.Mailing_Code;
input.DCountry = temp.Country;
input.DWebsite = temp.Website;
input.DMembership_Type = temp.Membership_Type;