public void Remove(DH_Attachment attchmnt)
 {
     List.Remove(attchmnt);
 }
 public void Add(DH_Attachment attchmnt)
 {
     List.Add(attchmnt);
 }