public IHttpActionResult GetProductPhaseSourceAPI(string customer, string project)
        {
            var EnumEntity = EventReportManagerService.GetAllProductPhase(customer, project);

            return(Ok(EnumEntity));
        }