public Producto GetByID(int ID) { ProductoBLL ProductoBLL = new ProductoBLL(); return(ProductoBLL.GetByID(ID)); }