public async Task <MandatoryListApprovalViewModel> GetMandatoryListDetailsForApproval(string mandatoryListId)
        {
            MandatoryListApprovalViewModel approvalViewModel = await _mandatoryListAppService.GetMandatoryListDetailsForApproval(Util.Decrypt(mandatoryListId));

            return(approvalViewModel);
        }