public void CarregarRadioButtonListPerfis(RadioButtonList radPerfil) { usuarioBLL BUsuario = new usuarioBLL(); string sSql = BUsuario.RetornarPerfis(); PontoBr.Utilidades.WCL.CarregarRadioButtonList(radPerfil, sSql, "Perfil", "IDPerfil"); }