public void Delete(StatistiqueClient StatClient)
 {
     this.DBLocal.StatistiqueClient.DeleteOnSubmit(StatClient);
     this.Save();
 }
 public void Add(StatistiqueClient StatClient)
 {
     this.DBLocal.StatistiqueClient.InsertOnSubmit(StatClient);
     this.Save();
 }