public void BindMouseUp(MouseButtons btn, Action action)
 {
     BindingsMouseUp.Add(btn, action);
 }