public void Add(DShape d)
 {
     List.Add(d);
 }
 public void Add(DShape d)
 {
     wholeList.Add(d);
 }