public ActionResult <IEnumerable <FlowMasterSelector> > GetFlowMasterSelector(PublicEnum.EE_BusinessType businessType) { return(bll.GetFlowMasterSelector(businessType)); }