public IActionResult GetCount(string companyID)
        {
            Int64 totalListCount = SLogisticsDriversIncidents.GetCount(companyID);

            return(Ok(totalListCount));
        }