public void ImportFlowChartMGData(List <FlowChartMgDataDTO> mgDataList, int FlowChart_Master_UID) { flowChartMasterRepository.BatchImportPlan(mgDataList, FlowChart_Master_UID); }