public IEnumerable <OutletDto> Get(int id) { var output = _outletservice.GetAOutlet(id); return(_mapper.Map <IEnumerable <OutletDto> >(output)); }