void Input_Duplicate()
 {
     if (_graph.Selection != null)
     {
         _graph.Duplicate(_graph.Selection);
     }
 }