public void Delete(PsProductAttachment Obj)
 {
     this.DBPrestashop.PsProductAttachment.DeleteOnSubmit(Obj);
     this.Save();
 }
 public void Add(PsProductAttachment Obj)
 {
     this.DBPrestashop.PsProductAttachment.InsertOnSubmit(Obj);
     this.Save();
 }