public IActionResult GetCompanyCount()
 {
     return(Ok(_newsServices.GetCompanyCounts()));
 }