public static List <Sidebar> GetSidebarAll(string UserName, int PortalID)
 {
     try
     {
         List <Sidebar> lstSidebar = DashboardDataProvider.GetSidebarAll(UserName, PortalID);
         return(lstSidebar);
     }
     catch (Exception)
     {
         throw;
     }
 }