public string Delete(string nombre)
 {
     return(_usuarioBD.DeleteUsuario(nombre));
 }