// GET api/<controller>
 public List <Shared.Product> Get()
 {
     return(_mapper.GetAllProducts());
 }