public string GetTotal()
 {
     return(aProductGateway.GetTotal().ToString());
 }