public void Remove(Shape shape)
 {
     List.Remove(shape);
 }
 public void Add(Shape shape)
 {
     List.Add(shape);
 }