private bool HashThisProductNameAlreadySystem(string productName)
 {
     return(aProductGateway.HashThisProductNameAlreadySystem(productName));
 }