public int RetornarClientAtivos() { usuarioBLL BUsuario = new usuarioBLL(); return(BUsuario.RetornarClientAtivos()); }