public IEnumerable <ApprovalTemplateStage> getApprovalTeamplateStage([FromBody] int TemplateID)
        {
            IInforWorkFlow Obj = new InforWorkFlow();

            return(Obj.getApprovalTeamplateStage(TemplateID));
        }
        public IEnumerable <ApprovalTemplate> getApprovalTeamplates([FromBody] CommonWhatifRequestQueryModel Queryparam)
        {
            IInforWorkFlow Obj = new InforWorkFlow();

            return(Obj.getApprovalTeamplates(Queryparam));
        }