public void PostNewClientInClub(Club_Customer e)
 {
     cClub.AddCustomerToClub(e);
     cClub.save();
 }