public IEnumerable <Producto> getAll()
        {
            prodRepo = new ProductoDAL();

            return(prodRepo.GetAll());
        }