public static Sponsorship1 CreateSponsorship1(int ID, byte[] rowVersion, int client_Sponsorship, int sponsor_Sponsorship)
 {
     Sponsorship1 sponsorship1 = new Sponsorship1();
     sponsorship1.Id = ID;
     sponsorship1.RowVersion = rowVersion;
     sponsorship1.Client_Sponsorship = client_Sponsorship;
     sponsorship1.Sponsor_Sponsorship = sponsor_Sponsorship;
     return sponsorship1;
 }
 public void AddToSponsorships(Sponsorship1 sponsorship1)
 {
     base.AddObject("Sponsorships", sponsorship1);
 }