public Product GetByCode(string code)
 {
     return(_productGateway.GetByCode(code));
 }