public DataTable AllProducts()
        {
            DataTable dataTable = productGateway.AllProducts();

            return(dataTable);
        }