public static void UpdateLink(QuickLink linkObj)
 {
     try
     {
         DashboardDataProvider.UpdateLink(linkObj);
     }
     catch (Exception)
     {
         throw;
     }
 }