public IHttpActionResult GetProjectPhaseSourceAPI(string plant, string project)
        {
            var EnumEntity = EventReportManagerService.GetProjectPhaseSource(plant, project);

            return(Ok(EnumEntity));
        }