public static string GetNewsContent()
 {
     try
     {
         return(DashboardDataProvider.GetNewsContent());
     }
     catch (Exception)
     {
         throw;
     }
 }