public static void ReorderSidebarLink(List <DashboardKeyValue> lstOrder)
 {
     try
     {
         DashboardDataProvider.ReorderSidebarLink(lstOrder);
     }
     catch (Exception)
     {
         throw;
     }
 }