public IHttpActionResult GetPartTypesSourceAPPAPI(string project, string productphase)
        {
            var EnumEntity = EventReportManagerService.GetAllPartTypesAPP(project, productphase);

            return(Ok(EnumEntity));
        }