public IHttpActionResult GetCustomerSourceAPI(List <int> userProjectUid, string oporg)
        {
            var EnumEntity = EventReportManagerService.GetAllCustomer(userProjectUid, oporg);

            return(Ok(EnumEntity));
        }