public Precio BuscarPorId(int id)
        {
            var bc = new PrecioComponent();

            return(bc.BuscarPorId(id));
        }