public async Task <IEnumerable <GDInformation> > GetMenGDInformationBySearching([FromBody] GDManInformationViewModel model)
        {
            var result = await lostAndFoundService.GetMenInformationBySearching(model);

            return(result);
        }