public List <String> filtroProductoDescripcion() { List <String> Lista = pro.filtroProductoDesc(); if (Lista.Count <= 0) { throw new ApplicationException("Lista de productos vacia"); } else if (Lista == null) { throw new ApplicationException("Error al cargar lista de productos"); } return(Lista); }