public void Remove(Figure f) { throw new NotImplementedException(); }
public void Add(Point p, Figure f) { throw new NotImplementedException(); }