public static Sidebar GetSidebarDetails(int SidebarItemID)
 {
     return(DashboardDataProvider.GetSidebarDetails(SidebarItemID));
 }