/*void FlipRelations()
     * {
     *      foreach(Selectable s in parents)
     *      {
     *              s.ToggleHighlight();
     *      }
     *      foreach(Selectable s in children)
     *      {
     *              s.ToggleHighlight();
     *      }
     * }*/

    public void Select()
    {
        mover.FollowMouse();
        //myUse.Use();
        //Add RelationUse?
        //Do other things? Like briefly change colors?
    }