public List <CProducto> ListarBLL()
 {
     return(pro.Listar());
 }