// GET api/<controller>/5
 public Shared.Product Get(int id)
 {
     return(_mapper.GetProductById(id));
 }