public List <Usuario> BuscarTodos() { try { UsuarioData data = new UsuarioData(); return(data.BuscarTodos()); } catch (Exception) { throw; } }