public DataTable ConsultaNombre(string Nombre)
 {
     return(herramienta.ListarLike("nombre", Nombre));
 }