public static bool AddQuickLink(QuickLink linkObj) { try { return(DashboardDataProvider.AddQuickLink(linkObj)); } catch (Exception) { throw; } }