public bool RegistrarIdiomas(UILanguage Idioma) { UILanguageDAO objDAO = new UILanguageDAO(); return(objDAO.RegistrarIdiomas(Idioma)); }