public bool ExisteUsuario(string username)
 {
     return(BBDDService.usuarioExiste(username));
 }