public virtual bool IsSelectable(Point p)
 {
     return(DisplayRectangle.Contain(p));
 }