public List <BOP_FAJAS_spListarProductosResult> spListarProductos()
        {
            FAJA_MODELDataContext dc = new FAJA_MODELDataContext();

            return(dc.BOP_FAJAS_spListarProductos().ToList());
        }