public Product GetProduct(int id) { // går til database lag DataProduct dp = new DataProduct(); return(dp.GetProduct(id)); }