public void SendEvent(BasePanel panel, string type, System.Object param)
 {
     panel.OnEventHandler(type, param);
 }