public ActionResult <IEnumerable <string> > GetAllPanels()
 {
     return(PanelHelper.RetrieveAllPanelIds());
 }