public IEnumerable <WhatifRequestHomePage> getWhatIFRequestHomePage([FromBody] WhatifRequestHomePageQueryModel Queryparam)
        {
            IWhatIFRequestCommon Obj = new WhatIFRequestCommon();

            return(Obj.getWhatIFRequestHomePage(Queryparam));
        }
        public IEnumerable <ConnectionName> getConnectionForWhatIFRequest([FromBody] CommonWhatifRequestQueryModel Queryparam)
        {
            IWhatIFRequestCommon Obj = new WhatIFRequestCommon();

            return(Obj.getConnectionForWhatIFRequest(Queryparam));
        }