public List <Producto> GetAll()
 {
     return(productoData.GetAll());
 }