public static QuickLink GetQuickLinkDetails(int SidebarItemID)
 {
     return(DashboardDataProvider.GetQuickLinkDetails(SidebarItemID));
 }