public List <EPresentacion> BuscarPresentacion(string nombre) { return(presentacion.Buscar(nombre)); }