public void Init(MousePlugin input)
 {
     mPlugin = input;
 }
 public MousePluginPanel(MousePlugin input)
     : this()
 {
     Init(input);
 }