public void Delete(Employee_Collaborateur Obj)
 {
     this.DBLocal.Employee_Collaborateur.DeleteOnSubmit(Obj);
     this.Save();
 }
 public void Add(Employee_Collaborateur Obj)
 {
     this.DBLocal.Employee_Collaborateur.InsertOnSubmit(Obj);
     this.Save();
 }