public ActionResult WPEntityRelatedOfSolution(bool isToCompareIdByIdentifierOftOfByIdentifier, System.Int32 valueToCompareIdByIdentifierOftOfByIdentifier)
        {
            MSBuildLogsExtended.AspNetMvc40ViewModel.WPEntityRelatedOfSolutionVM vm = new MSBuildLogsExtended.AspNetMvc40ViewModel.WPEntityRelatedOfSolutionVM(new MSBuildLogsExtended.CommonBLLEntities.SolutionChainedQueryCriteriaByIdentifier(isToCompareIdByIdentifierOftOfByIdentifier, valueToCompareIdByIdentifierOftOfByIdentifier));
            vm.LoadData();

            return(View(vm));
        }
        public ActionResult WPEntityRelatedOfSolution(bool isToCompareIdByIdentifierOftOfByIdentifier, System.Int32 valueToCompareIdByIdentifierOftOfByIdentifier)
        {
            MSBuildLogsExtended.AspNetMvc40ViewModel.WPEntityRelatedOfSolutionVM vm = new MSBuildLogsExtended.AspNetMvc40ViewModel.WPEntityRelatedOfSolutionVM(new MSBuildLogsExtended.CommonBLLEntities.BusinessLogicLayerChainedQueryCriteriaEntitySolutionByIdentifier(isToCompareIdByIdentifierOftOfByIdentifier, valueToCompareIdByIdentifierOftOfByIdentifier));
            vm.LoadData();

            return View(vm);
        }