public IPanelData GetAllPanelByID(string id)
 {
     return(PanelHelper.GetPanelByName(id));
 }