public string GetOPByFlowchartMasterUIDAPI(int masterUID)
        {
            var entity = EventReportManagerService.GetOPByFlowchartMasterUID(masterUID);

            return(entity);
        }