public async Task <ManInformation> GetManInformationByGDId(int id)
        {
            var result = await lostAndFoundService.GetManInformationByGDId(id);

            return(result);
        }