public IEnumerable <Dto.Product> Get() { return(ProductsRepo.Get().Select(Mapper.Map <Dto.Product>)); }