public void DeleteProductByID(int id)
 {
     dataAccess.DeleteProductByID(id);
 }