public ProdDto Get(string id) { var rlt = UnitOfWorkService.Execute(() => _prodRepository.Get(id)); return(rlt.MapTo <ProdDto>()); }